This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Simplifying Access with Managed Roles #64
spyglass-software
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Snowflake users get annoyed with roles because they're difficult to manage at scale. But the solution isn't to get rid of roles entirely, but to define and manage them programmatically.
🚀 That's why we're developing managed roles.
Managed roles allow users to define high level policies about who should be allowed to access what, and Spyglass handles the generation and maintenance of the necessary roles and grants to make it happen.
So far, we have a few use cases:
sysadmin
role should have access to all current/future databases, schemas, tables, etc.We'll be adding to this list as we get feedback from people, but this we expect this to greatly reduce the mental overhead that data teams spend on access management.
Beta Was this translation helpful? Give feedback.
All reactions