-
Notifications
You must be signed in to change notification settings - Fork 140
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
Mask each line of multi-line secrets #208
Conversation
FWIW, I think we usually wait to commit dist/index.js until a release. |
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, but @tvoran is right, please remove the compiled index.js
changes and we'll do that when we're ready to release.
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
Co-authored-by: Jason O'Donnell <[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.
Seems to work for me 👍
Closes #205.
When fetching multi-line secrets from Vault, the secret was not being properly registered with GH actions for masking in the output logs. See the linked issue for full details - the fix itself is fairly trivial.
Still todo:
[ ] Determine whether the largeindex.js
diff is problematic, looks like I probably have some different local versions installed to the previous builder