users:
- secretName: <a normal username>
superuser: false
It is good to have the RBAC permissions associated with the users/roles so that end-users do not have to log in the cluster with superuser and do it manually.
e.g in CRD file, it can be like:
users:
- secretName: <a normal username>
superuser: false
permissions: create, drop on keyspace, table
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: CASS-57
In https://github.com/datastax/cass-operator/pull/94 there is a function to define users through the CRD file, e.g
It is good to have the RBAC permissions associated with the users/roles so that end-users do not have to log in the cluster with superuser and do it manually.
e.g in CRD file, it can be like:
┆Issue is synchronized with this Jira Story by Unito ┆Issue Number: CASS-57