How to Implement Role Based Access Control (RBAC) and use with Row Level Security (RLS) #13903
Replies: 1 comment
-
Ive enable my user the storage access but this role dev indicates a error `Log ID Log Timestamp (UTC) Log Event Message Log Metadata |
Beta Was this translation helpful? Give feedback.
-
Follow these steps -
Create a role by going to
Database > Roles
and click on+ Add role
Give your role a name, for example -
dash_admin
and clickCreate Role
Now go to SQL Editor and click on
+ New query
and run these queriesBeta Was this translation helpful? Give feedback.
All reactions