ephraimbuddy commented on code in PR #41088:
URL: https://github.com/apache/airflow/pull/41088#discussion_r1694613410


##########
Dockerfile.ci:
##########
@@ -906,8 +906,10 @@ function environment_initialization() {
         echo "${COLOR_BLUE}Force database isolation 
configuration:${COLOR_RESET}"
         export AIRFLOW__CORE__DATABASE_ACCESS_ISOLATION=True
         export AIRFLOW__CORE__INTERNAL_API_URL=http://localhost:9080
-        # some random secret key - used in tests
+        # some random secret kes. Setting them as environment variables will 
make them used in tests and in

Review Comment:
   ```suggestion
           # some random secret keys. Setting them as environment variables 
will make them used in tests and in
   ```



##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -124,8 +124,10 @@ function environment_initialization() {
         echo "${COLOR_BLUE}Force database isolation 
configuration:${COLOR_RESET}"
         export AIRFLOW__CORE__DATABASE_ACCESS_ISOLATION=True
         export AIRFLOW__CORE__INTERNAL_API_URL=http://localhost:9080
-        # some random secret key - used in tests
+        # some random secret kes. Setting them as environment variables will 
make them used in tests and in

Review Comment:
   ```suggestion
           # some random secret keys. Setting them as environment variables 
will make them used in tests and in
   ```



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