john-jac commented on pull request #19324: URL: https://github.com/apache/airflow/pull/19324#issuecomment-969383922
> > 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: > > ``` > export AIRFLOW__CORE__SQL_ALCHEMY_CONN_SECRET=sql_alchemy_conn > ``` Maybe so, but even without the above export, when secrets manager backend is set, and a condition or resource constraint is applied, Airflow will fail to start with multiple instances of `AccessDeniedException` -- 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]
