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
Error on authentication with namespace input.
Our Vault server uses namespaces. Authentication to our server should always go to the root namespace. In our case we are using approle authentication. Once authenticated the secret can be retrieved from one of the available namespaces. Without namespace input authentication is successful, but the retrieval fails. With namespace input the authentication fails and prevents retrieval.
Vault server version
v1.16.2
vault-action version
v3.0.0
Describe the bug
Error on authentication with namespace input.
Our Vault server uses namespaces. Authentication to our server should always go to the root namespace. In our case we are using
approle
authentication. Once authenticated the secret can be retrieved from one of the available namespaces. Withoutnamespace
input authentication is successful, but the retrieval fails. Withnamespace
input the authentication fails and prevents retrieval.To Reproduce
Expected behavior
Namespace for authentication can be different from the namespace for the secret retrieval
Log Output
The text was updated successfully, but these errors were encountered: