diff options
author | lj1412 <lji@research.att.com> | 2017-02-14 13:08:07 +0000 |
---|---|---|
committer | lj1412 <lji@research.att.com> | 2017-02-14 13:08:09 +0000 |
commit | dd7aeafdb1d7596c1e825c7c12b2ab672bba25b9 (patch) | |
tree | 3940b973ba9f7a1014ebfde125938c9ba0b1e6f8 /docker_files/cadi.properties | |
parent | 5a71eb2ee585d917e941e4cea886a2f90c628083 (diff) |
init
Change-Id: I4578bf7bc6b1b8a1f74730c01b47bb3f3371f2be
Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'docker_files/cadi.properties')
-rw-r--r-- | docker_files/cadi.properties | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docker_files/cadi.properties b/docker_files/cadi.properties new file mode 100644 index 0000000..17aaabe --- /dev/null +++ b/docker_files/cadi.properties @@ -0,0 +1,35 @@ +#This properties file is used for defining AAF properties related to the CADI framework. This file is used for running AAF framework +#using the ajsc-cadi plugin. For more information on the ajsc-cadi plugin, please goto wiki link: +#http://wiki.web.att.com/display/ajsc/CADI-AJSC-Plugin +#For more information on utilizing the AAF framework, please goto wiki link: +#AAF wiki link: http://wiki.web.att.com/display/aaf/AAF+Documentation + +#Setting csp_domain to PROD will allow for testing using your attuid and password through GLO. +#csp_domain=PROD +#csp_devl_localhost=true + +basic_realm=opencomp.org +basic_warn=TRUE + +cadi_loglevel=DEBUG +#cadi_keyfile=target/swm/package/nix/dist_files/appl/${artifactId}/etc/keyfile2 +cadi_keyfile=/appl/dmaapMR1/etc/keyfile +# Configure AAF +aaf_url=https://DME2RESOLVE/service=com.att.authz.AuthorizationService/version=2.0/envContext=DEV/routeOffer=BAU_SE + +#AJSC - MECHID +aaf_id=dgl@openecomp.org +aaf_password=enc:f2u5br1mh29M02- + +#aaf_id=m93659@ajsc.att.com +#aaf_password=enc:NP_WI3mH4YPdWSrY4iLcbhRc4mQY +aaf_timeout=5000 +aaf_clean_interval=1200000 +aaf_user_expires=60000 +aaf_high_count=1000000 + + +# The following properties are being set by the AJSC Container and should NOT need to be set here. +AFT_LATITUDE=33.823589 +AFT_LONGITUDE=-84.366982 +AFT_ENVIRONMENT=AFTUAT |