Closed byumov closed 5 years ago
with vault 1.1.3
For the cli request: vault kv get -field=foo kv/cicd/blue
the correct syntaxes (note /data/):
For the cli request: ``vault kv get -field=user kv1/creds``` the correct syntaxes is:
vault audit enable file file_path=/vault/logs/audit.log
Finally fixed plugin description and blog post.
I had a problem with Vault plugin after read documentation from post: https://blog.jetbrains.com/teamcity/2017/09/vault/
Correct format:
%vault:secret/some/path!/somekey%
From documentation:%vault:secret/some/path!somekey%
Is the post an only one official documentation?
There is a issue, which helped me to solve the problem: https://github.com/JetBrains/teamcity-hashicorp-vault-plugin/issues/1
But, documentation is still incorrect. Fix it, please.