zyst1988 commented on issue #53375:
URL: https://github.com/apache/airflow/issues/53375#issuecomment-3120434755

   Hard disagree:
   1) Disabling the webserver did not cause any issues with secrets / global 
variables like the webserver key until version 3.0.
   2) It makes no sense for global secrets / variables to stop working if one 
of the services get disabled. No other global secrets appear to have been 
affected like this.
   3) Creating a separate key just for the worker is a terrible idea since the 
key needs to be shared with the webserver service. 
   
   This is clearly a bug and a global secret like the webserver key should not 
have been tied to webserver or any other single service which it was not until 
the version 3.0 where something happened to it. 
   
   Creating separate worker instances is a valid design pattern so this should 
be fully supported without having to resort to any workarounds.
   


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