-
Notifications
You must be signed in to change notification settings - Fork 30
fix(secrets): reject whitespace value secrets #588
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #588 +/- ##
==========================================
- Coverage 54.44% 54.38% -0.06%
==========================================
Files 181 181
Lines 15136 15152 +16
==========================================
Hits 8241 8241
- Misses 6578 6594 +16
Partials 317 317
|
jbrockopp
left a comment
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.
The code LGTM but wondering if we should rephrase the error message.
…rver into fix/reject-whitespace-secrets
jbrockopp
left a comment
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
The UI already prevents this by trimming, but you can still create secrets that are solely whitespace via the API endpoint.