-
Notifications
You must be signed in to change notification settings - Fork 923
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
Support checks for Iceberg system procudures in Authz #5406
Labels
Comments
bowenliang123
changed the title
[TASK][EASY] Support and cover the Authz previlige check for Iceberg system procudures
[TASK][EASY] Support checks for Iceberg system procudures in Authz
Oct 12, 2023
4 tasks
it requires the contributor to leave some comments under the issue before assigning |
Hi @yabola , would you like to accept this issue and leave a comment here ? |
I can take this task~ |
Thank you @yabola . Look forward to your following pull requests. |
3 tasks
pan3793
changed the title
[TASK][EASY] Support checks for Iceberg system procudures in Authz
Support checks for Iceberg system procudures in Authz
Nov 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
Search before creating
Mentor
Skill requirements
Background and Goals
Iceberg provides a series of system procedures for lifecycle management, which are essential for the lakehouse's administrator and users. And multiple plans may be executed in single procedure.
Now the Authz plugin supports checking privileges for DMLs and DDLs on Iceberg tables, but system procedures are not in the range. It leaves a permission leaking to the Iceberg table management.
Doc reference: https://iceberg.apache.org/docs/latest/spark-procedures/
This task is targeted to ensure privilege checking on the Spark system procedures of Iceberg, including:
Implementation steps
Additional context
No response
The text was updated successfully, but these errors were encountered: