(Please verify) - vault-k8s-configmap approach - Passing version information

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

  1. Template says - get secrets from version 123

{{- with secret “secret/test/app?version=123” -}}

  1. vault API able to make the calls to vault server with version=123
  2. I am able to get the secrets that belong to version=123
  3. 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