-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate into RBAC for Azure Storage/Trino #1189
Comments
To support multi user access to tables and schemas we can acheive this by |
For FDI side of things: If a user is granted access for ROX permissions, trino rules.json will interpret that as restricting privilege access to querying tables (only able to run |
@rohank07 has verified that the rules support hot-reloading which should allow us to automatically update them (via a controller). To clarify, this solution will work no matter which authentication is implemented, but obviously some authentication method is required to identify users! |
Investigate and look into RBAC for Azure storage account container level. Users unable to access other container. Also need to think about shared containers.
The text was updated successfully, but these errors were encountered: