hussein-awala opened a new pull request, #29908: URL: https://github.com/apache/airflow/pull/29908
Currently when we provide an empty string for `connections_path`, `variables_path` and `config_path`, Vault secrets backend tries to read the key `/secret_key` instead of `secret_key`. This PR handle the case when those paths are empty string. ### Why this is necessary? #29734 added support for multiple mount_point, and these mount points can have different paths for variables, config and secrets, so instead of supporting multiple paths, providing the full secret path with empty string for `connections_path`, `variables_path` and `config_path` can solve the problem. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
