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
$ docker run -it --entrypoint /bin/sh vault:0.9.3 ...snip me authing... / # unset SOMETHING / # vault write secret/test/wut value='%OH)9<' Success! Data written to: secret/test/wut / # vault read -field=value secret/test/wut %OH)9< / # SOMETHING=$(vault read -field=value secret/test/wut) / # echo "what? '${SOMETHING}'" what? '%!O(MISSING)H)9<'
$ docker run -it --entrypoint /bin/sh vault:0.8.1 ...snip me authing... / # unset SOMETHING / # vault write secret/test/wut value='%OH)9<' Success! Data written to: secret/test/wut / # vault read -field=value secret/test/wut %OH)9< / # SOMETHING=$(vault read -field=value secret/test/wut) / # echo "what? '${SOMETHING}'" what? '%OH)9<'```
The text was updated successfully, but these errors were encountered:
Already fixed via #4005
Sorry, something went wrong.
@jefferai is it in a release already?
Soon.
@jefferai any reason this isnt listed in the 0.9.4 changelog?
Looks like it was forgotten
No branches or pull requests
The text was updated successfully, but these errors were encountered: