dstandish commented on pull request #19324: URL: https://github.com/apache/airflow/pull/19324#issuecomment-969377230
> The fundamental way that a secrets backend works is to try all connections, variables, and configurations there first and, if it returns None, try the OS environment variables and finally the metadb. Partially true. But, to make it retrieve config from secrets backend you have to jump through hoops. E.g. you have to do something like this: ``` -- 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]
