You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Credential stores cannot be registered against a Vault namespace.
To Reproduce
Steps to reproduce the behavior:
Generate a token vault token create -policies=boundary_credential_store -orphan -period=60 -renewable=true
Add vault URL, token, and namespace to UI. Click save
Error response:
credentialstores.(Service).createInRepo: unable to create credential store: vault.(Repository).CreateCredentialStore: unable to lookup vault token: vault.(client).lookupToken: vault: http://127.0.0.1:8200: unknown: error #0: Error making API request. URL: GET http://127.0.0.1:8200/v1/auth/token/lookup-self Code: 403. Errors: * permission denied
Please note that this works as expected in the default/root namespace of Vault.
Expected behavior
Token checks query occur within the configured namespace.
Additional context
This is a blocker for configuration of Boundary with HCP Vault which doesn't give access to the root namespace, and defaults into the "admin" namespace.
The text was updated successfully, but these errors were encountered:
Describe the bug
Credential stores cannot be registered against a Vault namespace.
To Reproduce
Steps to reproduce the behavior:
vault token create -policies=boundary_credential_store -orphan -period=60 -renewable=true
Please note that this works as expected in the default/root namespace of Vault.
Expected behavior
Token checks query occur within the configured namespace.
Additional context
This is a blocker for configuration of Boundary with HCP Vault which doesn't give access to the root namespace, and defaults into the "admin" namespace.
The text was updated successfully, but these errors were encountered: