Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / common / music / components / music-cassandra / resources / cql / admin_pw.cql
1 CREATE ROLE IF NOT EXISTS {{.Values.cql.adminUser.username}}
2 WITH PASSWORD = '{{.Values.cql.adminUser.password}}'
3 AND SUPERUSER = true
4 AND LOGIN = true;
5
6 ALTER ROLE cassandra
7 WITH PASSWORD = '{{.Values.cql.adminUser.passwordReplace}}';
8