-
Notifications
You must be signed in to change notification settings - Fork 1.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
Only allow anonymous auth for configured endpoints. #4633
Comments
/sig auth |
/milestone v1.31 |
@vinayakankugoyal: You must be a member of the kubernetes/milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Milestone Maintainers Team and have them propose you as an additional delegate for this responsibility. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/milestone v1.31 |
PRR Approver /assign @jpbetz |
/retitle Only allow anonymous auth for health endpoints |
Hello @vinayakankugoyal 👋, Enhancements team here. Just checking in as we approach enhancements freeze on 02:00 UTC Friday 14th June 2024 / 19:00 PDT Thursday 13th June 2024. This enhancement is targeting stage Here's where this enhancement currently stands:
For this KEP, it looks like we still need to do the following:
The status of this enhancement is marked as If you anticipate missing enhancements freeze, you can file an exception request in advance. Thank you! |
Hi @prianna - thanks a lot for the heads up. We were granted the PRR approval #4634 (comment) and the reviewers have agreed that we can set the status to |
@prianna - The KEP was merged as implementable in milestone 1.31 with a PRR approval. Are we all good on the KEP freeze front? |
Hello @jpbetz @liggitt @vinayakankugoyal 👋, 1.31 Docs Shadow here. |
Thanks @prianna! kubernetes/kubernetes#125967 is the only remaining action item for this KEP. I am just waiting for someone from sig-auth to Approve. Other than that the docs PR kubernetes/website#46988 is also waiting for review and approval. |
Looks like this was merged. With the merge of kubernetes/kubernetes#125967 as per the issue, this enhancement is now marked as |
opting in for beta for 1.32 |
Hello @vinayakankugoyal 👋, Enhancements team here. Just checking in as we approach enhancements freeze on 02:00 UTC Friday 11th October 2024 / 19:00 PDT Thursday 10th October 2024. This enhancement is targeting for stage Here’s where this enhancement currently stands:
Please consider asnwering With all the KEP requirements in place and merged into k/enhancements, this enhancement is all good for the upcoming enhancements freeze. 🚀 The status of this enhancement is marked as |
Hi @vinayakankugoyal 👋, I'm James Spurin, a 1.32 Docs Shadow. Great to meet you. Does this enhancement work planned for 1.32 require any new docs or modifications to the existing docs? If so, please follows the steps here to open a PR against dev-1.32 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday October 24th 2024 18:00 PDT. Also, take a look at Documenting for a release to familiarise with the docs requirement for the release. Thank you! |
Hey @vinayakankugoyal 👋 from the v1.32 Communications Team! We'd love for you to consider writing a feature blog about your enhancement. To opt-in, let us know by opening a Feature Blog placeholder PR against the website repository by 30th Oct 2024. For more information about writing a blog see the blog contribution guidelines. Note: In your placeholder PR, use |
@spurin - the docs PR is already opened since 2024-09-04. I am still waiting for review on that. Thanks! |
Thanks for confirming @vinayakankugoyal. @sftim, it appears that @vinayakankugoyal has attempted to address the feedback that you provided. Do you have any cycles to review these changes and move this along please? 🙏 Also tagging @dipesh-rawat and @drewhagen, listed as reviewers for PR #47787. |
Just a reminder since the blog opt-in deadline is close! |
Hello @vinayakankugoyal 👋, Enhancements team here (again 😁 ) With all the implementation(code related) PRs merged as per the issue description: This enhancement is now marked as Please note that KEPs targeting |
Hello 👋, 1.33 Enhancements Lead here. I’m closing milestone 1.32 now. If you'd like to work on this enhancement in v1.33, please have the SIG lead opt-in by adding the /remove-label lead-opted-in |
This is staying in beta with no changes in 1.33 |
Enhancement Description
Allow users to specify which endpoints are allowed for anonymous requests. This allows the admin to only allow access to health endpoints like
healthz
,livez
andreadyz
anonymously while making sure other cluster endpoints or resources cannot be access anonymously even if a user misconfigures RBAC.One-line enhancement description (can be used as a release note): Only allow anonymous auth for health endpoints.
Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/4633-anonymous-auth-configurable-endpoints/README.md
Discussion Link: https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#bookmark=id.ehlt47tezzsk
Primary contact (assignee): @vinayakankugoyal
Responsible SIGs: sig-auth
Enhancement target (which target equals to which milestone):
Alpha
k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update PR(s):Beta
k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update(s):Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
The text was updated successfully, but these errors were encountered: