Merge pull request #46336 from vijaynag-bs/main

Fixing heading in authorization.md
pull/46345/head
Kubernetes Prow Robot 2024-05-12 23:44:07 -07:00 committed by GitHub
commit 79ff9211e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -434,8 +434,10 @@ this group include:
SubjectAccessReview
: Access review for any user, not only the current one. Useful for delegating authorization decisions to the API server. For example, the kubelet and extension API servers use this to determine user access to their own APIs.
LocalSubjectAccessReview
: Like SubjectAccessReview but restricted to a specific namespace.
SelfSubjectRulesReview
: A review which returns the set of actions a user can perform within a namespace. Useful for users to quickly summarize their own access, or for UIs to hide/show actions.