How to make table access controls work? #17692
ilsaloving
started this conversation in
General
Replies: 1 comment 1 reply
-
After a great deal of trial and error, I have confirmed that https://trino.io/docs/current/security/file-system-access-control.html#visibility is unequivocally wrong. Trino does not respect any kind of tree heirarchy. I was able to mostly get what I want using the following. Key takeaways:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've opened an issue (#17689) regarding this because it seems like either the documentation for Table ACLs is wrong, or the functionality is broken.
In the mean time, does anyone have a working example of a json file that provides table-level ACLs against a postgres-based catalog?
I'm trying to restrict access to different schemas and tables based on user/group/role.
Beta Was this translation helpful? Give feedback.
All reactions