We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While it's possible to my tokens with this:
curl \ --header "X-Vault-Token: $VAULT_TOKEN" \ --header "X-Vault-Namespace: my-namespace" \ --request GET \ ${VAULT_ADDR}v1/secret/data/my-path
Teller does not offer an option to specify a namespace. a handy way would be like this:
providers: vault: kind: hashicorp options: namespace: my-namespace maps: - id: local path: my-path
vaultrs has support for namespaces since 2022: jmgilman/vaultrs#41
I'm happy to submit PR for this.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
While it's possible to my tokens with this:
Teller does not offer an option to specify a namespace. a handy way would be like this:
vaultrs has support for namespaces since 2022:
jmgilman/vaultrs#41
I'm happy to submit PR for this.
The text was updated successfully, but these errors were encountered: