jojo19893 opened a new issue #8762: URL: https://github.com/apache/airflow/issues/8762
**Description** Currently the vault backend does not support kubernetes auth meaning if a JWT token is mounted inside the kubernetes pod it is not specify this directly to login using this token. I propose to extend the `VaultBackend` to include an authentification using this token. Essentially this is already provided by the [vault client](https://hvac.readthedocs.io/en/stable/usage/auth_methods/kubernetes.html). This would include reading the JWT token from the path and calling the login method (as described in the documentation). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
