kaxil commented on pull request #11023: URL: https://github.com/apache/airflow/pull/11023#issuecomment-695339297
> Nice. Will that work however before secret backend is initialized? It is initialised in config, so just wondering if there is no "chicken-egg" problem here. Yup it will continue to work. `_get_config_value_from_secret_backend` will be called which will take care of initialization too :) https://github.com/apache/airflow/blob/d7f166606e3425bb3e1fc380623d428badcd159e/airflow/configuration.py#L91-L96 ---------------------------------------------------------------- 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]
