aritra24 commented on code in PR #52156:
URL: https://github.com/apache/airflow/pull/52156#discussion_r2936421316
##########
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:
Using a hardcoded value since it needs to be shared between the go worker
and the api server? Not fully sure how the edge worker can get the value
otherwise? Open to ideas
--
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]