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