bbce36124dbe975de2df9bc95b321db1bd236c8b
[sdc.git] / catalog-be / src / main / resources / cadi.properties
1 # Configure AAF
2 aaf_locate_url=https://aaf.onap.org:8095
3 aaf_url=https://aaf.onap.org:8095/locate/
4
5 #aaf_url=https://DME2RESOLVE/service=com.att.authz.AuthorizationService/version=2.0/envContext=TEST/routeOffer=BAU_SE
6
7 #if you are running aaf service from a docker image you have to use aaf service IP and port number
8 aaf_id=sdc@onap
9 #Encrypt the password using AAF Jar
10 aaf_password= enc:uI_J4jBL4YUcIZZa5uZKj3QMUC63hbS8TmDn5PSp5nO
11 # Sample CADI Properties, from CADI 1.4.2
12 hostname=onapportal
13 csp_domain=PROD
14
15 # Add Absolute path to Keyfile
16 cadi_keyfile=/var/lib/jetty/opt/be/etc/keyfile
17
18
19 # This is required to accept Certificate Authentication from Certman certificates.
20 # can be TEST, IST or PROD
21 aaf_env=IST
22
23 # DEBUG prints off all the properties.  Use to get started.
24 cadi_loglevel=DEBUG
25
26
27 # Become CSO Poodle Compliant by only allowing sanctioned TLS versions
28 # The following is the default
29 # cadi_protocols=TLSv1.1,TLSv1.2
30
31 # Default TrustStore - REQUIRED for changing PROTOCOL Defaults for DME2
32 # Read https://wiki.web.att.com/pages/viewpage.action?pageId=574623569#URGENT:SolvingSSL2-3/TLSv1removalissues-Up-to-dateTruststore
33 # Add Absolute path to truststore2018.jks
34 cadi_truststore=/var/lib/jetty/base/be/etc/cadi_truststore.jks
35 # 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
36 cadi_truststore_password=changeit
37
38 # how to turn on SSL Logging
39 #javax.net.debug=ssl
40
41 ##
42 # Hint
43 # Use "maps.bing.com" to get Lat and Long for an Address
44 AFT_LATITUDE=32.780140
45 AFT_LONGITUDE=-96.800451
46 AFT_ENVIRONMENT=AFTUAT
47 AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=true
48 DME2.DEBUG=true
49 AFT_DME2_HTTP_EXCHANGE_TRACE_ON=true
50
51 cadi_latitude=32.780140
52 cadi_longitude=-96.800451
53
54 aaf_root_ns=com.att.aaf
55 aaf_api_version=2.0