-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
describe subjectaccessreview #1219
Conversation
"resourceAttributes": { | ||
"namespace": "kittensandponies", | ||
"verb": "GET", | ||
"group": "*", |
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.
Just realized, this is probably an actual API group, not "*"
.
Added a couple of comments. |
comments addressed. |
@deads2k , I accidentally merged this when it was targeted at Master, but it's not supposed to go live until release-1.4. I've reverted that merge. Can you retarget these changes to the release-1.4 branch? |
Signed-off-by: William Morgan <william@buoyant.io>
Adds a description and example of using the new
subjectaccessreviews.v1beta1.authorization.k8s.io
endpoint.@kubernetes/sig-auth
This change is