Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[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.certInitializer.fqi }}
10 #Encrypt the password using AAF Jar
11 aaf_password={{ .Values.certInitializer.aafDeployPass }}
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.certInitializer.credsPath }}/{{ .Values.certInitializer.fqi_namespace }}.keyfile
17 cadi_keystore={{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.fqi_namespace }}.p12
18 cadi_keystore_password=${KEYSTORE_PASSWORD}
19
20 cadi_alias={{ .Values.certInitializer.fqi }}
21
22 # This is required to accept Certificate Authentication from Certman certificates.
23 # can be TEST, IST or PROD
24 aaf_env=DEV
25
26 # DEBUG prints off all the properties.  Use to get started.
27 cadi_loglevel=DEBUG
28
29 # Add Absolute path to truststore2018.jks
30 cadi_truststore={{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.fqi_namespace }}.trust.jks
31 # 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
32 cadi_truststore_password=${TRUSTSTORE_PASSWORD}
33
34 # how to turn on SSL Logging
35 #javax.net.debug=ssl
36
37 # Use "maps.bing.com" to get Lat and Long for an Address
38 AFT_LATITUDE=32.780140
39 AFT_LONGITUDE=-96.800451
40 AFT_ENVIRONMENT=AFTUAT
41 AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=true
42 DME2.DEBUG=true
43 AFT_DME2_HTTP_EXCHANGE_TRACE_ON=true
44
45 cadi_latitude=32.780140
46 cadi_longitude=-96.800451
47
48 aaf_root_ns=com.att.aaf
49 aaf_api_version=2.0