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-graphadmin | |
parent | 459205f75a77711479daad529aa97e0de8d67b18 (diff) | |
parent | 4741afb6a2f1c94481ee73406b9590456a4e8c0f (diff) |
Merge "Enable AAI to authenticate with cassandra"
Diffstat (limited to 'charts/aai-graphadmin')
-rw-r--r-- | charts/aai-graphadmin/resources/config/janusgraph-cached.properties | 2 | ||||
-rw-r--r-- | charts/aai-graphadmin/resources/config/janusgraph-realtime.properties | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/charts/aai-graphadmin/resources/config/janusgraph-cached.properties b/charts/aai-graphadmin/resources/config/janusgraph-cached.properties index 82e7ea9..a943ba0 100644 --- a/charts/aai-graphadmin/resources/config/janusgraph-cached.properties +++ b/charts/aai-graphadmin/resources/config/janusgraph-cached.properties @@ -24,6 +24,8 @@ query.smart-limit=false storage.backend=cassandra storage.hostname={{.Values.global.cassandra.serviceName}} +storage.username={{.Values.global.cassandra.username}} +storage.password={{.Values.global.cassandra.password}} storage.cassandra.keyspace=aaigraph diff --git a/charts/aai-graphadmin/resources/config/janusgraph-realtime.properties b/charts/aai-graphadmin/resources/config/janusgraph-realtime.properties index e9e9a9e..95e1939 100644 --- a/charts/aai-graphadmin/resources/config/janusgraph-realtime.properties +++ b/charts/aai-graphadmin/resources/config/janusgraph-realtime.properties @@ -23,6 +23,8 @@ query.smart-limit=false storage.backend=cassandra storage.hostname={{.Values.global.cassandra.serviceName}} storage.cassandra.keyspace=aaigraph +storage.username={{.Values.global.cassandra.username}} +storage.password={{.Values.global.cassandra.password}} storage.cassandra.read-consistency-level=LOCAL_QUORUM storage.cassandra.write-consistency-level=LOCAL_QUORUM |