-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 plugin and key-cache for ExternalJWTSigner integration #128190
Conversation
Hi @HarshalNeelkamal. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/cc @liggitt |
/cc @ahmedtd |
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.
quick first pass on wiring bits
unit test failure looks legitimate and related to this PR the other two unit flakes are known / unrelated to this PR and being fixed elsewhere |
668caca
to
01e6d1a
Compare
01e6d1a
to
a2e8e38
Compare
a2e8e38
to
6fdacf0
Compare
/lgtm |
LGTM label has been added. Git tree hash: d82c9daa3f7a804844ac2b00d06918b7d43e13e5
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: HarshalNeelkamal, liggitt 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 |
/clear |
@HarshalNeelkamal: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
This PR adds a new https://github.com/kubernetes/externaljwt repo into staging. But that repo does not exist under the kubernetes org. This is causing the publishing to fail. Ref: #56876 (comment) |
Can you also add an entry for the new repo in https://github.com/kubernetes/publishing-bot/blob/master/hack/repos.sh and https://github.com/kubernetes/kubernetes/tree/master/staging#external-repository-staging-area |
yup, requested in kubernetes/org#5224
|
I don't see other examples on the aggregated test results search yet, but https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/batch/pull-kubernetes-integration/1854558080050663424 looks like one of the integration tests may be flaky. |
hmm... I can't reproduce running with stress hundreds of times, I have a follow-up PR for this, and I'll add some more debug info into the integration test and keep an eye on it |
followup in #128670 |
Choice of max token lifetime was reconsidered during implementation. Documenting it accordingly. For ref: kubernetes/kubernetes#128190 (comment)
There might be a data race caused in the new tests added in pkg/controlplane/apiserver/options/options_test.go in this PR, one of the occurrences is here |
What type of PR is this?
/kind feature
What this PR does / why we need it:
service-account-signing-endpoint
that enables configuring the Cluster to use ExternalJWTSigner.staging/externaljwt
.Which issue(s) this PR fixes:
xref kubernetes/enhancements#740
Special notes for your reviewer:
NONE
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: