You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "adoroszlai (via GitHub)" <gi...@apache.org> on 2023/02/18 07:24:17 UTC

[GitHub] [ozone] adoroszlai commented on a diff in pull request #4284: HDDS-7988. Run S3 tests with HA Proxy

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org