-
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 Authorization Configuration #41892
Add docs for Authorization Configuration #41892
Conversation
Signed-off-by: Nabarun Pal <[email protected]>
✅ Pull request preview available for checking
To edit notification comments on pull requests, go to your Netlify site configuration. |
/sig auth |
This will also need a change to https://kubernetes.io/docs/reference/config-api/ |
Hi, @palnabarun! v1.29 Docs Lead here. Please take a look at Documenting for a release - PR Ready for Review to get your PR ready for review before Tuesday 14th November 2023. Thank you! |
Hi, @palnabarun! Just dropping by to remind you that the deadline for docs PRs to be ready for review is tomorrow, November 14. Is there anything we can help you with to get this PR ready? |
As discussed in Slack, your extended deadline to have this PR ready for review is Friday, 17 November |
@sftim -- could you please point me to the steps to regenerate those? I was trying the process here: https://kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-api/, but it looks the steps are supposed to be run after a release tag is cut. |
We're not asking for you to run generation (either in this PR, or during the release). Actually the ask is to help revise https://github.com/kubernetes-sigs/reference-docs/ to cover the changed config formats. |
Hi, @palnabarun! We are now past your extended deadline to provide docs for this enhancements. What can I do to get this across the line? |
Signed-off-by: Nabarun Pal <[email protected]>
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
@katcosgrove added the documentation now. I missed committing the changes. |
@sftim ack for clarifying. The initial ask wasn't clear. So, I guess no-op on this PR related to your comment. |
Hi, @palnabarun! Just a reminder that the deadline to have this PR reviewed and merged is Tuesday, 28 November. Let me know if you need any help! |
/triage accepted |
Signed-off-by: Nabarun Pal <[email protected]>
Signed-off-by: Nabarun Pal <[email protected]>
/lgtm |
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.
Thanks. Here's some feedback from the documentation side.
Tech LGTM noted!
/lgtm cancel
We do want the docs style changes as well.
/assign @nate-double-u |
Signed-off-by: Nabarun Pal <[email protected]>
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.
Tech LGTM: #41892 (comment)
/lgtm
/approve
@@ -209,6 +209,143 @@ The following flags can be used: | |||
You can choose more than one authorization module. Modules are checked in order | |||
so an earlier module has higher priority to allow or deny a request. | |||
|
|||
## Configuring the API Server using an Authorization Config File |
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.
(nit)
## Configuring the API Server using an Authorization Config File | |
## Configuring the API Server using an authorization config file |
LGTM label has been added. Git tree hash: fb99f4076d74088906b1fd08f4650defae573622
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 |
Placeholderdocs for https://github.com/kubernetes/enhancements/tree/master/keps/sig-auth/3221-structured-authorization-configurationref: kubernetes/enhancements#3221