vincbeck commented on code in PR #32217: URL: https://github.com/apache/airflow/pull/32217#discussion_r1245709008
########## airflow/configuration.py: ########## @@ -1808,4 +1827,5 @@ def __getattr__(name): conf = initialize_config() secrets_backend_list = initialize_secrets_backends() +auth_manager = initialize_auth_manager() Review Comment: The auth manager will be used in a lot of code/modules in Airflow. That's where I think it makes to more sense but I can move it if there is a better location to do so -- 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]
