diff options
author | mahendrr <mahendra.raghuwanshi@amdocs.com> | 2019-05-03 08:51:40 +0000 |
---|---|---|
committer | mahendrr <mahendra.raghuwanshi@amdocs.com> | 2019-05-03 08:54:12 +0000 |
commit | 4741afb6a2f1c94481ee73406b9590456a4e8c0f (patch) | |
tree | 0f0cc310cb723c264d34948157d9535973130577 /charts/aai-graphadmin/resources/config/janusgraph-cached.properties | |
parent | dbd0483dce3b68687b2df8f218780ec75242d9f8 (diff) |
Enable AAI to authenticate with cassandra
Change-Id: Ib46fa0fd6f33e56556f7c4f9e244049085e4e9d2
Issue-ID: OOM-1835
Signed-off-by: mahendrr <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'charts/aai-graphadmin/resources/config/janusgraph-cached.properties')
-rw-r--r-- | charts/aai-graphadmin/resources/config/janusgraph-cached.properties | 2 |
1 files changed, 2 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 |