[AAI] Reintegrate AAI OOM charts in main repo
[oom.git] / kubernetes / aai / components / aai-sparky-be / resources / config / portal / cadi.properties
1 # Configure AAF
2 aaf_locate_url=https://aaf-locate.{{.Release.Namespace}}:8095
3 aaf_url=<%=https://AAF_LOCATE_URL/onap.org.osaaf.aaf.service:2.1
4
5 #aaf_url=https://DME2RESOLVE/service=com.att.authz.AuthorizationService/version=2.0/envContext=TEST/routeOffer=BAU_SE
6 # AAF Environment Designation
7
8 #if you are running aaf service from a docker image you have to use aaf service IP and port number
9 aaf_id={{.Values.config.aafUsername}}
10 #Encrypt the password using AAF Jar
11 aaf_password={{.Values.config.aafPassword}}
12 # Sample CADI Properties, from CADI 1.4.2
13 #hostname=org.onap.aai.orr
14 csp_domain=PROD
15 # Add Absolute path to Keyfile
16 cadi_keyfile={{.Values.config.cadiKeyFile}}
17
18 # This is required to accept Certificate Authentication from Certman certificates.
19 # can be TEST, IST or PROD
20 aaf_env=DEV
21
22 # DEBUG prints off all the properties.  Use to get started.
23 cadi_loglevel=DEBUG
24
25 # Add Absolute path to truststore2018.jks
26 cadi_truststore={{.Values.config.cadiTrustStore}}
27 # 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
28 cadi_truststore_password={{.Values.config.cadiTrustStorePassword}}
29
30 # how to turn on SSL Logging
31 #javax.net.debug=ssl
32
33 # Use "maps.bing.com" to get Lat and Long for an Address
34 AFT_LATITUDE=32.780140
35 AFT_LONGITUDE=-96.800451
36 AFT_ENVIRONMENT=AFTUAT
37 AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=true
38 DME2.DEBUG=true
39 AFT_DME2_HTTP_EXCHANGE_TRACE_ON=true
40
41 cadi_latitude=32.780140
42 cadi_longitude=-96.800451
43
44 aaf_root_ns=com.att.aaf
45 aaf_api_version=2.0