[docs] Document that YCQL role is given full permissions on objects it creates #2374
Labels
area/documentation
Documentation needed
area/ycql
Yugabyte CQL (YCQL)
community/request
Issues created by external users
When a role creates a keyspace it is given full permissions:
['ALTER', 'AUTHORIZE', 'CREATE', 'DROP', 'MODIFY', 'SELECT']
on that keyspace. That's not documented anywhere on the docs sites as far as I can tell and was originally confusing to me since I didn't give the role any other permissions besidesCREATE
.The text was updated successfully, but these errors were encountered: