blob: eb682c0861332529df794d25d9e0558f2b27c8a2 [file] [log] [blame]
Kotta, Shireesha (sk434m)b75f35b2019-06-13 14:41:15 -04001# Configure AAF
2#aaf_locate_url=https://aafist.test.att.com:8095
3
4
5aaf_locate_url= https://aaf-service:8100
6aaf_url= https://aaf-service:8100/locate/org.onap.aaf.service:2.0
7#aaf_url=https://DME2RESOLVE/service=com.att.authz.AuthorizationService/version=2.0/envContext=TEST/routeOffer=BAU_SE
8
9#if you are running aaf service from a docker image you have to use aaf service IP and port number
10aaf_id=m00468@portal.onap.org
11#Replace the aaf password according to the env
12aaf_password=enc:xxxxxxxxxxxxxxxx
13# Sample CADI Properties, from CADI 1.4.2
14hostname=portal.onap.org
15csp_domain=PROD
16
17# Add Absolute path to Keyfile; Need to Replace the path
18cadi_keyfile={path}/keyfile
19
20
21# This is required to accept Certificate Authentication from Certman certificates.
22# can be TEST, IST or PROD
23aaf_env=TEST
24
25# DEBUG prints off all the properties. Use to get started.
26cadi_loglevel=DEBUG
27
28
29# Become CSO Poodle Compliant by only allowing sanctioned TLS versions
30# The following is the default
31# cadi_protocols=TLSv1.1,TLSv1.2
32
33# Default TrustStore - REQUIRED for changing PROTOCOL Defaults for DME2
34# Read https://wiki.web.att.com/pages/viewpage.action?pageId=574623569#URGENT:SolvingSSL2-3/TLSv1removalissues-Up-to-dateTruststore
35# Replace the below cadi_truststore with an Absolute path to truststore2018.jks
36cadi_truststore={path}/truststore2018.jks
37# Note: This is the ONLY password that doesn't have to be encrypted. All Java's TrustStores are this passcode by default, because they are public certs
38cadi_truststore_password=XXXXX
39
40# how to turn on SSL Logging
41#javax.net.debug=ssl
42
43##
44# Hint
45# Use "maps.bing.com" to get Lat and Long for an Address
46cadi_latitude=32.780140
47cadi_longitude=-96.800451
48AFT_ENVIRONMENT=AFTUAT
49AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=true
50DME2.DEBUG=true
51AFT_DME2_HTTP_EXCHANGE_TRACE_ON=true
52