summaryrefslogtreecommitdiffstats
path: root/charts/aai-champ
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-05-08 15:04:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-08 15:04:50 +0000
commitc7303bf88f39d68bb6638a7c5ae84580370e918f (patch)
treefc6d4e14a9e0e1ecf2a2796d16be7cbeb0f09735 /charts/aai-champ
parent459205f75a77711479daad529aa97e0de8d67b18 (diff)
parent4741afb6a2f1c94481ee73406b9590456a4e8c0f (diff)
Merge "Enable AAI to authenticate with cassandra"
Diffstat (limited to 'charts/aai-champ')
-rw-r--r--charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml b/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml
index 3977a68..08390b6 100644
--- a/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml
+++ b/charts/aai-champ/resources/config/dynamic/conf/champ-beans.xml
@@ -50,6 +50,8 @@ xsi:schemaLocation="
<entry key="storage.cassandra.replication-factor" value="{{ .Values.global.cassandra.replicas }}"/>
<entry key="storage.cassandra.replication-strategy-class" value="org.apache.cassandra.locator.SimpleStrategy"/>
<entry key="storage.hostname" value="{{ .Values.global.cassandra.serviceName }}"/>
+ <entry key="storage.username" value="{{ .Values.global.cassandra.username }}"/>
+ <entry key="storage.password" value="{{ .Values.global.cassandra.password }}"/>
</util:map>
<!-- Janus Implementation -->