diff options
author | renealr <reneal.rogers@amdocs.com> | 2019-02-27 12:59:50 -0500 |
---|---|---|
committer | renealr <reneal.rogers@amdocs.com> | 2019-02-27 13:12:49 -0500 |
commit | efe43d10241bb2d2c05571c2583449f71a1a3da1 (patch) | |
tree | e230650029eea35a1eeb7bae12a1af1df5d25e40 /sparkybe-onap-application/config/portal/cadi.properties | |
parent | 57a8790c14e46593d88f74a54d61b68b8d5af06e (diff) |
update cadi file location to be configurable
update epsdk library to the release version
add the cadi properties file for local testing
add the keyFile for local testing
Issue-ID: AAI-2196
Change-Id: I71cd681af8415f7b1874b27136cfe5a6b24e2760
Signed-off-by: renealr <reneal.rogers@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application/config/portal/cadi.properties')
-rw-r--r-- | sparkybe-onap-application/config/portal/cadi.properties | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sparkybe-onap-application/config/portal/cadi.properties b/sparkybe-onap-application/config/portal/cadi.properties new file mode 100644 index 0000000..68cee04 --- /dev/null +++ b/sparkybe-onap-application/config/portal/cadi.properties @@ -0,0 +1,29 @@ +# Configure AAF +aaf_locate_url=https://aaf-locate.onap:8095 +aaf_url=<%=https://aaf-locate.onap:8095/AAF_NS.service:2.0 + +# AAF Environment Designation + +#if you are running aaf service from a docker image you have to use aaf service IP and port number +aaf_id=aai@aai.onap.org +#Encrypt the password using AAF Jar +aaf_password=enc:xxYw1FqXU5UpianbPeH5Rezg0YfjzuwQrSiLcCmJGfz +#hostname=org.onap.aai. +csp_domain=PROD +# Add Absolute path to Keyfile +cadi_keyfile=${CONFIG_HOME}/portal/keyFile + +# This is required to accept Certificate Authentication from Certman certificates. +aaf_env=DEV + +# DEBUG prints off all the properties. Use to get started. +cadi_loglevel=DEBUG + +# Add Absolute path to truststore2018.jks +cadi_truststore=file:${CONFIG_HOME}/auth/truststoreONAPall.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=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0 + +# how to turn on SSL Logging +#javax.net.debug=ssl + |