You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest docs for 0.188 say that the PostgreSQL connector doesn't support SQL Grants.
Given that the catalog definition for only has a single "connection-user" the PostresSQL native grants would not be able to differentiate between Presto users connecting through to PostgreSQL so it looks like it would be all or nothing access right now, which means there is currently no authorization for PostgreSQL in Presto and will be DoA in security conscious environments.
Any chance of adding SQL Grants support for PostgreSQL connector?
This issue has been automatically marked as stale because it has not had any activity in the last 2 years. If you feel that this issue is important, just comment and the stale tag will be removed; otherwise it will be closed in 7 days. This is an attempt to ensure that our open issues remain valuable and relevant so that we can keep track of what needs to be done and prioritize the right things.
The latest docs for 0.188 say that the PostgreSQL connector doesn't support SQL Grants.
Given that the catalog definition for only has a single "connection-user" the PostresSQL native grants would not be able to differentiate between Presto users connecting through to PostgreSQL so it looks like it would be all or nothing access right now, which means there is currently no authorization for PostgreSQL in Presto and will be DoA in security conscious environments.
Any chance of adding SQL Grants support for PostgreSQL connector?
I'm looking here:
https://prestodb.io/docs/current/connector/postgresql.html
The text was updated successfully, but these errors were encountered: