GitHub user anorum-lz added a comment to the discussion: Vault Backend - 
Namespace support

@RossKohler , To use the Vault backend with a specific namespace in Vault, you 
can include the namespace in the `AIRFLOW__SECRETS__BACKEND_KWARGS`. Here’s an 
example from one of our deployments:
```
{
  "url": "vault",
  "auth_type": "kubernetes",
  "auth_mount_point": "data-eng-kubernetes",
  "kubernetes_role": "airflow",
  "mount_point": "airflow",
  "connections_path": "",
  "variables_path": "",
  "namespace": "data-eng"
}
```

This points all the vault requests to our `data-eng` vault namespace. Hope this 
helps!

GitHub link: 
https://github.com/apache/airflow/discussions/44814#discussioncomment-11729868

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to