-
Notifications
You must be signed in to change notification settings - Fork 199
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
Policy Management in Polaris #999
Comments
Thanks @flyrain ! Can you please add the https://github.com/apache/polaris/issues?q=is%3Aissue%20state%3Aopen%20label%3Aproposal |
Hi everyone, as noted in the dev list email, I have written a proposal detailing the implementation design for adding Policy Store support to Polaris: https://docs.google.com/document/d/1PYnCw8T1lMQfJCa1VRjk9kWMKFPtg8O0YiZ7CEoGh3Y/edit?usp=sharing Appreciate your time in reviewing the proposal and would love to hear your thoughts and feedback! |
Thanks @HonahX. It'd be nice to create a separated issue for that, so that we can track the progress in here, https://github.com/orgs/apache/projects/469 |
Thanks and added. |
Policy management ensures secure, compliant, and efficient data access and usage by automating rules for governance, access control, and operational consistency. I propose Polaris functions as a policy store, managing policies alongside associated entities such as catalogs, namespaces, and tables. The evaluation and enforcement of these policies are delegated to computational engines, such as Spark, Snowflake, and others. This approach ensures a clear separation of responsibilities, allowing Polaris to focus on policy definition and storage while leveraging the processing capabilities of these engines for enforcement.
Design doc: https://docs.google.com/document/d/1kIiVkFFg9tPa5SH70b9WwzbmclrzH3qWHKfCKXw5lbs/edit?tab=t.0#heading=h.nly223xz13km
The text was updated successfully, but these errors were encountered: