fetch secrets from HCVault from a location other than secrets

Viewed 16

I have to fetch some secrets from HC Vault from a location other than /secrets in my spring application, these are set in pcf env variables like "SPRING_CLOUD_VAULT_KV_APPLICATION-NAME": "secrets" as of now, and my new location is secrets / somefolder : secretkeyvalue. Can someone please help how to achieve this?

0 Answers
Related