diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-03-04 21:05:28 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2020-03-05 09:13:26 +0000 |
commit | 8f29cc7a6dec1881d8e4197b0585ed1c0f616f16 (patch) | |
tree | 7ac8b64c0b3e14b495cc2049a53edf398af86972 /catalog-be/src | |
parent | 0b4c1941df3e0019471742e3edaab81b06ef6f44 (diff) |
portal and cadi properties fix
Change-Id: Id83f0ddd1846e4887d1d5a7c3fb5bf8db406186a
Issue-ID: SDC-2799
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'catalog-be/src')
-rw-r--r-- | catalog-be/src/main/resources/cadi.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/catalog-be/src/main/resources/cadi.properties b/catalog-be/src/main/resources/cadi.properties index 5b6c24ffe0..0d6aee1d99 100644 --- a/catalog-be/src/main/resources/cadi.properties +++ b/catalog-be/src/main/resources/cadi.properties @@ -1,15 +1,15 @@ # Configure AAF -aaf_locate_url=https://aafist.test.att.com:8095 -aaf_url=https://aafist.test.att.com:8095/locate/com.att.aaf.service:2.0 +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=m00468@portal.ecomp.att.com +aaf_id=sdc@onap #Encrypt the password using AAF Jar aaf_password= enc:uI_J4jBL4YUcIZZa5uZKj3QMUC63hbS8TmDn5PSp5nO # Sample CADI Properties, from CADI 1.4.2 -hostname=ecomp.att.com +hostname=onapportal csp_domain=PROD # Add Absolute path to Keyfile |