-
Notifications
You must be signed in to change notification settings - Fork 281
Fix doc to remove privileges may take up to one hour to take effect and add Policy to securable object #2009
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
Conversation
…nd add Policy to securable object
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the access control documentation to remove an outdated note about privilege propagation delay and to include Policy
in the list of securable objects.
- Removed the misleading one-hour delay note for privilege updates.
- Added
Policy
to the securable objects list.
Comments suppressed due to low confidence (1)
site/content/in-dev/unreleased/access-control.md:74
- [nitpick] It may be helpful to add a positive note clarifying that privilege changes now take effect immediately, so users know what to expect.
principals.
- Namespace | ||
- Iceberg table | ||
- View | ||
- Policy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider sorting the list of securable objects alphabetically to maintain consistency (e.g., Iceberg table, Namespace, Policy, View).
- Namespace | |
- Iceberg table | |
- View | |
- Policy | |
- Iceberg table | |
- Namespace | |
- Policy | |
- View |
Copilot uses AI. Check for mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
¯\(ツ)/¯
Hey @cgpoh, can you take a look at the conflicts? |
Thanks @eric-maynard , I've resolved the conflicts. |
Thanks for your contribution, @cgpoh ! |
Thanks @eric-maynard , @dimas-b! |
Minor update for the access control doc:
Remove the misleading section on privileges granted may take up to one hour to take effect. I've tested granting the privileges and confirmed that the privileges granted take effect instantly.
Add
Policy
to the list of securable objects