jscheffl commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2936794478


##########
scripts/in_container/bin/generate_mprocs_config.py:
##########
@@ -62,6 +62,10 @@ def generate_mprocs_config() -> str:
         "scrollback": 100000,
     }
 
+    API_SECRET_KEY = ""
+    if get_env("GO_WORKER") != "":
+        API_SECRET_KEY = "4cT8uMo04i5fOFoSICIMnw=="

Review Comment:
   Please no hard coded secrets. Even not temporarily.
   
   In Edge also the ENV is used and usually temporal secrets are generated by 
Breeze, so you could do the same like Edge worker uses for startup.



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