Skip to content

Teller 2.0 does not support hashicorp namespace: #286

@romans-ovo

Description

@romans-ovo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions