I have this config for spring cloud vault.
I am trying to pull a kv secret form location appcodes/AAAA/BBBB/CCCCC
On starting application I see:
RequestedSecret [path='appcodes/data/AAAA/BBBB/CCCCC', mode=RENEW]]
Can anyone tell me why is data
being appended to the path?
spring:
cloud:
vault:
scheme: https
host: xxxxxx
port: 443
connection-timeout: 5000
read-timeout: 15000
authentication: TOKEN
token: xxxxxxx
kv:
enabled: true
backend: appcodes
profile-separator: '/'
default-context: application
application-name: AAAA/BBBB/CCCCC