-
Notifications
You must be signed in to change notification settings - Fork 541
Open
Labels
kind/bugSomething isn't workingSomething isn't working
Description
Expected Behavior
Generated Url to retrieve a secret should match https://developer.hashicorp.com/vault/api-docs/secret/kv/kv-v1#list-secrets .
the path of the secret should resolve to /{engine path}/{secret name}
Actual Behavior
the actual path generated is
/{engine path}/data/{secret name}
Which is wrong no where in the docs can I find it adding data to the path.
I think its also using the wrong value for the X-Vault-Token but its not logging enough info form me to tell.
Steps to Reproduce the Problem
- setup a kv secrets engine with a custom path
- add a secret to this engine
- setup a dotnet client to access this secert and configure it with the enginePath and vaultTokenMountPath.
- call GetSecretAsync on startup to get a secret.
Release Note
RELEASE NOTE:
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working