aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/cadi.properties
blob: bbce36124dbe975de2df9bc95b321db1bd236c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Configure AAF
aaf_locate_url=https://aaf.onap.org:8095
aaf_url=https://aaf.onap.org:8095/locate/

#aaf_url=https://DME2RESOLVE/service=com.att.authz.AuthorizationService/version=2.0/envContext=TEST/routeOffer=BAU_SE

#if you are running aaf service from a docker image you have to use aaf service IP and port number
aaf_id=sdc@onap
#Encrypt the password using AAF Jar
aaf_password= enc:uI_J4jBL4YUcIZZa5uZKj3QMUC63hbS8TmDn5PSp5nO
# Sample CADI Properties, from CADI 1.4.2
hostname=onapportal
csp_domain=PROD

# Add Absolute path to Keyfile
cadi_keyfile=/var/lib/jetty/opt/be/etc/keyfile


# This is required to accept Certificate Authentication from Certman certificates.
# can be TEST, IST or PROD
aaf_env=IST

# DEBUG prints off all the properties.  Use to get started.
cadi_loglevel=DEBUG


# Become CSO Poodle Compliant by only allowing sanctioned TLS versions
# The following is the default
# cadi_protocols=TLSv1.1,TLSv1.2

# Default TrustStore - REQUIRED for changing PROTOCOL Defaults for DME2
# Read https://wiki.web.att.com/pages/viewpage.action?pageId=574623569#URGENT:SolvingSSL2-3/TLSv1removalissues-Up-to-dateTruststore
# Add Absolute path to truststore2018.jks
cadi_truststore=/var/lib/jetty/base/be/etc/cadi_truststore.jks
# 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
cadi_truststore_password=changeit

# how to turn on SSL Logging
#javax.net.debug=ssl

##
# Hint
# Use "maps.bing.com" to get Lat and Long for an Address
AFT_LATITUDE=32.780140
AFT_LONGITUDE=-96.800451
AFT_ENVIRONMENT=AFTUAT
AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=true
DME2.DEBUG=true
AFT_DME2_HTTP_EXCHANGE_TRACE_ON=true

cadi_latitude=32.780140
cadi_longitude=-96.800451

aaf_root_ns=com.att.aaf
aaf_api_version=2.0