-
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
Fix string output format for secret validations #106179
Fix string output format for secret validations #106179
Conversation
@vivek-koppuru: This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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/test-infra repository. |
Hi @vivek-koppuru. 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/test-infra repository. |
/sig auth |
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, vivek-koppuru 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 |
Thanks for the approval @liggitt ! Since this is for milestone 1.24, this won't be merged until it is created for that based on the tide message? Will I need to keep track of this PR at a later time for potential merge conflicts? |
This will merge once master reopens for 1.24 (in ~1 week).
I wouldn't expect anything to touch this file between now and master reopening, but yeah, if there's a merge conflict, it'll need rebasing |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Continued from #103707, this aims to fix the error messaging that shows up for secret validations. Currently, the output is as follows when validation for basic auth secrets fail:
With this PR, the output will be as follows:
This will fix the format for the ssh auth secret as well.
Which issue(s) this PR fixes:
Fixes #
N/A
Special notes for your reviewer:
Let me know if I can do any other type of testing on my local machine apart from what is tested through Prow.
Does this PR introduce a user-facing change?
Not sure if this warrants a release note but it is as follows:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: