adoroszlai opened a new pull request, #7668: URL: https://github.com/apache/ozone/pull/7668
## What changes were proposed in this pull request? HDDS-7307 and HDDS-7990 together cause [test failure](https://github.com/apache/ozone/actions/runs/12673824178/job/35321881300#step:7:14): ``` S3 Gateway Generate Secret | FAIL | 7 != 0 ... ``` The problem is that HA Proxy is not configured for the web admin port. https://issues.apache.org/jira/browse/HDDS-12045 ## How was this patch tested? ``` $ cd hadoop-ozone/dist/target/ozone-2.0.0-SNAPSHOT/compose/ozonesecure $ ./test-haproxy-s3g.sh ... s3-encrypted :: S3 Secret Generate test ============================================================================== S3 Gateway Generate Secret | PASS | ------------------------------------------------------------------------------ S3 Gateway Secret Already Exists | PASS | ------------------------------------------------------------------------------ S3 Gateway Generate Secret By Username | PASS | ------------------------------------------------------------------------------ S3 Gateway Generate Secret By Username For Other User | PASS | ------------------------------------------------------------------------------ S3 Gateway Reject Secret Generation By Non-admin User | PASS | ------------------------------------------------------------------------------ s3-encrypted :: S3 Secret Generate test | PASS | 5 tests, 5 passed, 0 failed ============================================================================== ... ============================================================================== s3-encrypted :: S3 Secret Revoke test ============================================================================== S3 Gateway Revoke Secret | PASS | ------------------------------------------------------------------------------ S3 Gateway Revoke Secret By Username | PASS | ------------------------------------------------------------------------------ S3 Gateway Revoke Secret By Username For Other User | PASS | ------------------------------------------------------------------------------ S3 Gateway Reject Secret Revoke By Non-admin User | PASS | ------------------------------------------------------------------------------ s3-encrypted :: S3 Secret Revoke test | PASS | 4 tests, 4 passed, 0 failed ============================================================================== ... ============================================================================== s3-encrypted :: S3 gateway web ui test ============================================================================== Check web UI | PASS | ------------------------------------------------------------------------------ s3-encrypted :: S3 gateway web ui test | PASS | 1 test, 1 passed, 0 failed ============================================================================== ... ============================================================================== Web :: Smoke test for spnego with docker-compose environments. ============================================================================== Verify SPNEGO URLs without auth | PASS | ------------------------------------------------------------------------------ Verify SPNEGO URLs with auth | PASS | ------------------------------------------------------------------------------ Web :: Smoke test for spnego with docker-compose environments. | PASS | 2 tests, 2 passed, 0 failed ============================================================================== ``` https://github.com/adoroszlai/ozone/actions/runs/12675689361/job/35327953173#step:6:563 -- 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]
