-
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
Fix #5608 Support authentication with certificate in exec-credentials #5612
Conversation
@qingboooo : Thanks, is it possible to add some test to validate this? |
@qingboooo : Thanks, is it possible to add some test to validate this?
Thanks for the quick response.
For sure, I am now trying to validate it with UT or Regression Test locally
|
@rohanKanojia some checks failed, seems some of them are not related to the code change, see my quick analysis below:
Do you have some suggestions? thanks in advance. |
Openshift CI failure is a known issue #5545 . Other failures might be due to flaky tests Let's see if we see then on re-runs. |
Thanks, checks are passed, do you have a release plan recently? when this change will be merged? |
It would require review from other team members as well. Maybe in a week or two it might get merged. |
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.
@qingboooo thank you for the pr - the tests look great.
Signed-off-by: Marc Nuri <[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.
LGTM, thx!
SonarCloud Quality Gate failed. 0 Bugs 82.4% Coverage The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Description
Fix #5608
ExecCredentialStatus also contains clientKeyData and clientCertificateData fields
https://kubernetes.io/docs/reference/config-api/client-authentication.v1beta1/#client-authentication-k8s-io-v1beta1-ExecCredentialStatus
Type of change
test, version modification, documentation, etc.)
Checklist