-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Add docs for Structured Authz beta #45138
Conversation
/sig auth |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
@ritazh, perhaps we should consider setting the dev-1.30
branch as the target branch rather than the main
branch for this pull request. Since the change is related to the feature targeting beta in 1.30.
c8192d0
to
77ef518
Compare
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
/milestone 1.30 |
Hi @ritazh 👋 just a reminder to take a look at Documenting for a release - PR Ready for Review to get your PR ready for review before Tuesday March 12th 2024 18:00 PST. Thank you! |
77ef518
to
ed3f346
Compare
ed3f346
to
7a52ac5
Compare
/cc @liggitt @palnabarun |
Signed-off-by: Rita Zhang <[email protected]>
7a52ac5
to
a556984
Compare
/lgtm |
LGTM label has been added. Git tree hash: 3f9daf7e74295757884763f433367013e52c09ed
|
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.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: drewhagen, palnabarun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
beta-level, and only requires specifying `--authorization-config` since the `StructuredAuthorizationConfiguration` feature gate is enabled by default. | ||
|
||
{{< caution >}} | ||
If you want to keep using command line flags to configure authorization instead of a configuration file, those will continue to work as-is. |
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.
Ideally, we would write this so it makes sense to someone who is setting up a cluster from scratch. This text assumes that someone has upgraded.
/milestone 1.30 |
Docs updates for KEP 3221: https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/3221-structured-authorization-configuration
KEP issue: kubernetes/enhancements#3221