ephraimbuddy opened a new pull request, #32835:
URL: https://github.com/apache/airflow/pull/32835

   At the point of creating the webserver app, settings.WEBSERVER returns an 
empty string. This started after this commit: 
https://github.com/apache/airflow/commit/6362ba5ab45a38008814616df4e17717cc3726c3
 and I wonder why we are not getting this value from the airflow configuration. 
I think the airflow config file should be the source of truth for anything 
configuration, so I'm changing it to get the configuration from airflow config 
file while we look for a fix for the settings.WEBSERVER being empty.
   
   The current problem with not getting value from settings.WEBSERVER means 
that changes in webserver_config are not picked by airflow. So if you want to 
enable user registration, for example, it will fail. This fixes it.
   
   cc @potiuk 
   
   


-- 
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]

Reply via email to