I'm trying to find any documentation which would state the permission needed to create a new keyspace. I would assume ONLY a role with superuser = true is allowed to create new Keyspaces?
We would like to limit access so one user can not see other keyspaces but still be able to create new keyspaces.
What's the best approach here?
- Superuser = true but limit only to keyspaces created by itself or granted
- non-super user with keyspace creation privileges.
Not sure if any of these 2 points above is possible. Thanks for any input.