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

   In  #46966 it was adjusted to randomize secrets if not configured - which is 
a good thing!
   Unfortunately in breeze the secrets are undefined, whcih causes each call to 
random generate new secrets... meaning that different running components use 
different random keys - with every call.
   
   Before this PR attempt using `airflow config list|grep secret_key` and you 
see with each call new secrets.
   
   This casued EdgeWorker to fail to start in Breeze ans the secret keys were 
randomized.
   
   This PR also randomize generate secrets but sets this in the ENV for each 
start of breeze.


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