diff options
author | James Forsyth <jf2512@att.com> | 2019-05-08 15:04:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-08 15:04:50 +0000 |
commit | c7303bf88f39d68bb6638a7c5ae84580370e918f (patch) | |
tree | fc6d4e14a9e0e1ecf2a2796d16be7cbeb0f09735 /charts/aai-champ | |
parent | 459205f75a77711479daad529aa97e0de8d67b18 (diff) | |
parent | 4741afb6a2f1c94481ee73406b9590456a4e8c0f (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.xml | 2 |
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 --> |