adoroszlai commented on code in PR #4284:
URL: https://github.com/apache/ozone/pull/4284#discussion_r1110791383


##########
hadoop-ozone/dist/src/main/compose/ozones3-haproxy/test.sh:
##########
@@ -18,12 +18,14 @@
 COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
 export COMPOSE_DIR
 
+export SECURITY_ENABLED=false

Review Comment:
   Each environment is either secure or not (see `ozone` vs. `ozonesecure`).  
This one is not, which is not changed by this PR.  The `SECURITY_ENABLED` 
variable is required for the S3 tests to decide whether to run the 
secure-specific commands.  Please file a Jira if you would like to add the 
security-related containers and settings.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to