GitHub user potiuk added a comment to the discussion: Vault Backend - Namespace support
My best advice would be to take a look at the code -there is no indication of namespace parameter being supported, but maybe it's as easy as adding a kwarg parameter to configuration? Or maybe small modification to the underlying code could fix it - then one way you could approach it is to copy the Secrets Backend code (and name it "MyVaultSecretsBackend", configure it to be used in your Airflow instance and modify it so that the namespace is supported. And then contribute it back so that you can replace it with future backend when new version is released. GitHub link: https://github.com/apache/airflow/discussions/44814#discussioncomment-11522816 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
