Skip to content
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 idempotence of unquoted secrets #390

Merged
merged 2 commits into from
Apr 9, 2019

Conversation

aboks
Copy link
Contributor

@aboks aboks commented Mar 1, 2019

Pull Request (PR) description

The fix in #386 fixes idempotence for secrets that contain characters (like '=') that cause NPM to quote them in npmrc. Secrets that end up unquoted in npmrc are not handled correctly however. This fix makes the quotes optional when checking if the config value is already set correctly.

This Pull Request (PR) fixes the following issues

n/a

The fix in voxpupuli#386 fixes
idempotence for secrets that contain characters (like '=') that cause
NPM to quote them in npmrc. Secrets that end up unquoted in npmrc are
not handled correctly however. This fix makes the quotes optional when
checking if the config value is already set correctly.
@juniorsysadmin juniorsysadmin added the bug Something isn't working label Apr 9, 2019
@juniorsysadmin juniorsysadmin merged commit ac0903f into voxpupuli:master Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants