aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/resources/config/conf/aaiclient.properties
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-03-05 20:42:27 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-05 20:42:27 +0000
commitf2b9d74212cbcfd760a5826b7a853f5ba6154e99 (patch)
treef90fc92719f22f4c1ddb94960f3054ad65dd8c5a /kubernetes/sdnc/resources/config/conf/aaiclient.properties
parent512bafc2e717582ac9d4ac1aa6660a1edf2ec90e (diff)
parentcc97c73108f8b3e2f1f58ab0463fce2fb99d79c2 (diff)
Merge "[SDNC] Use common secret template in sdnc"
Diffstat (limited to 'kubernetes/sdnc/resources/config/conf/aaiclient.properties')
-rwxr-xr-xkubernetes/sdnc/resources/config/conf/aaiclient.properties7
1 files changed, 3 insertions, 4 deletions
diff --git a/kubernetes/sdnc/resources/config/conf/aaiclient.properties b/kubernetes/sdnc/resources/config/conf/aaiclient.properties
index 035942b304..5d4473c978 100755
--- a/kubernetes/sdnc/resources/config/conf/aaiclient.properties
+++ b/kubernetes/sdnc/resources/config/conf/aaiclient.properties
@@ -2,8 +2,7 @@
# ============LICENSE_START=======================================================
# openECOMP : SDN-C
# ================================================================================
-# Copyright (C) 2018 ONAP Intellectual Property. All rights
-# reserved.
+# Copyright (C) 2018 ONAP Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -30,8 +29,8 @@ org.onap.ccsdk.sli.adaptors.aai.ssl.trust=/opt/onap/sdnc/data/stores/truststoreO
org.onap.ccsdk.sli.adaptors.aai.ssl.trust.psswd=changeit
org.onap.ccsdk.sli.adaptors.aai.host.certificate.ignore=true
-org.onap.ccsdk.sli.adaptors.aai.client.name=sdnc@sdnc.onap.org
-org.onap.ccsdk.sli.adaptors.aai.client.psswd=demo123456!
+org.onap.ccsdk.sli.adaptors.aai.client.name=${AAI_CLIENT_NAME}
+org.onap.ccsdk.sli.adaptors.aai.client.psswd=${AAI_CLIENT_PASSWORD}
org.onap.ccsdk.sli.adaptors.aai.application=openECOMP
#