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


##########
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:
   Ack, I was confused on how the python worker was getting it too. Could you 
point to where the environment var is getting set/shared? I can maybe hook in 
setting the other environment vars in the same place. 



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