Replies: 1 comment 1 reply
-
See https://trino.io/docs/current/security/built-in-system-access-control.html, you can either implement your own or use https://trino.io/docs/current/security/file-system-access-control.html to limit what is visible. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when the Kafka catalog is configured with property :
kafka.table-description-supplier=CONFLUENT
then all topics from Schema Registry will be listed when you run ;
SHOW TABLES IN catalog.schema
There is no way to limit scope of the tables. Would be good to have such a property (e.g. kafka.table-names), that will limit access only to specific tables.
Restricting access using certs doesn't fit to all use cases.
Beta Was this translation helpful? Give feedback.
All reactions