Hello Vault Team!
In order to enable pulling kv2 secrets that belongs to specific secret version, I have done following steps. Please let me know, if these are valid steps
- Template says - get secrets from version 123
{{- with secret “secret/test/app?version=123” -}}
- vault API able to make the calls to vault server with version=123
- I am able to get the secrets that belong to version=123
- But, Sometimes I am facing permission defined issue (403 forbidden)
Please, let me know if this approach is correct and can we update that in documentation