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 JSON ParserError with kamal secrets extract $SECRETS #1284

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chrisdebruin
Copy link
Contributor

When running kamal secrets extract TEST $SECRETS and value of TEST contains a ( the code was throwing a JSON::ParserError

secrets = { TEST: "value(" }.to_json.shellescape
JSON.parse(secrets)

@chrisdebruin chrisdebruin force-pushed the fix-secrets-with-special-chars branch from 493c9d8 to 3c9fd1b Compare December 11, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant