10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If in my secrets.yml I set the value of a key to an integer the key is not exported
secrets.yml
example of exported and not exported specifications in secrets.yml
EXPORTED: '3306' NOT_EXPORTED: 3306
no error is thrown either way. In the erroneous case the only difference is the secret is not exported
The text was updated successfully, but these errors were encountered:
Good find!
I just added integer support in 764896e
Will publish v0.3.1 binaries tomorrow.
Sorry, something went wrong.
Fixed and released in v0.3.1
https://github.com/conjurinc/summon/releases/tag/v0.3.1
Merge pull request #21 from Conjur-Enterprise/no-env-error-msg
c46dbea
CNJR-0000: Fix unhelpful error message when specifying nonexistent en…
No branches or pull requests
If in my
secrets.yml
I set the value of a key to an integer the key is not exportedexample of exported and not exported specifications in secrets.yml
no error is thrown either way.
In the erroneous case the only difference is the secret is not exported
The text was updated successfully, but these errors were encountered: