GitHub user RossKohler edited a discussion: Vault Backend - Namespace support
Hi, In the documentation for configuring Vault as a secrets backend [here](https://airflow.apache.org/docs/apache-airflow-providers-hashicorp/stable/secrets-backends/hashicorp-vault.html) it's mentioned that all the ENV variables supported by Vault [here](https://developer.hashicorp.com/vault/docs/commands#environment-variables) the operator will also take into account. I'm trying to interface with Vault Enterprise which has a concept of 'namespaces' so when I try and retrieve connections and variables I need the client to look within a specific namespace i.e. 'dev'. I'm finding that the backend operator is not respecting my `VAULT_NAMESPACE' env variable which I'm setting and thus the request the client is making is not using the correct URL. The URL is missing a namespace component. Is there any way I can get this to work? In HVAC I have validated that my configuration works if the namespace is explicitly passed to the client. I'm using Airflow 2.10.3. Thanks. GitHub link: https://github.com/apache/airflow/discussions/44814 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
