blob: bbce36124dbe975de2df9bc95b321db1bd236c8b [file] [log] [blame]
ys969316a9fce2020-01-19 13:50:02 +02001# Configure AAF
Ofir Sonsino8f29cc72020-03-04 21:05:28 +02002aaf_locate_url=https://aaf.onap.org:8095
3aaf_url=https://aaf.onap.org:8095/locate/
ys969316a9fce2020-01-19 13:50:02 +02004
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
Ofir Sonsino8f29cc72020-03-04 21:05:28 +02008aaf_id=sdc@onap
ys969316a9fce2020-01-19 13:50:02 +02009#Encrypt the password using AAF Jar
10aaf_password= enc:uI_J4jBL4YUcIZZa5uZKj3QMUC63hbS8TmDn5PSp5nO
11# Sample CADI Properties, from CADI 1.4.2
Ofir Sonsino8f29cc72020-03-04 21:05:28 +020012hostname=onapportal
ys969316a9fce2020-01-19 13:50:02 +020013csp_domain=PROD
14
15# Add Absolute path to Keyfile
MichaelMorrisa2abf6e2020-03-10 12:37:48 +000016cadi_keyfile=/var/lib/jetty/opt/be/etc/keyfile
ys969316a9fce2020-01-19 13:50:02 +020017
18
19# This is required to accept Certificate Authentication from Certman certificates.
20# can be TEST, IST or PROD
21aaf_env=IST
22
23# DEBUG prints off all the properties. Use to get started.
24cadi_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
MichaelMorrisa2abf6e2020-03-10 12:37:48 +000034cadi_truststore=/var/lib/jetty/base/be/etc/cadi_truststore.jks
ys969316a9fce2020-01-19 13:50:02 +020035# 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
36cadi_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
44AFT_LATITUDE=32.780140
45AFT_LONGITUDE=-96.800451
46AFT_ENVIRONMENT=AFTUAT
47AFT_DME2_CLIENT_IGNORE_SSL_CONFIG=true
48DME2.DEBUG=true
49AFT_DME2_HTTP_EXCHANGE_TRACE_ON=true
50
51cadi_latitude=32.780140
52cadi_longitude=-96.800451
53
54aaf_root_ns=com.att.aaf
MichaelMorrisa2abf6e2020-03-10 12:37:48 +000055aaf_api_version=2.0