-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use tls in oauth providers and rabbitmq
(cherry picked from commit 6bf27a2) # Conflicts: # selenium/bin/gen-env-file # selenium/test/authnz-msg-protocols/env.local # selenium/test/multi-oauth/env.local.devkeycloak # selenium/test/multi-oauth/env.local.prodkeycloak # selenium/test/oauth/env.local.keycloak
- Loading branch information
1 parent
2c0725f
commit 5d79eb0
Showing
66 changed files
with
525 additions
and
426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,8 @@ on: | |
- 'deps/rabbitmq_auth_/**' | ||
- 'deps/rabbitmq_mqtt/**' | ||
- 'deps/rabbitmq_management/selenium/full-suite-authnz-messaging' | ||
- 'deps/rabbitmq_management/selenium/suites/authnz-messaging' | ||
- 'deps/rabbitmq_management/selenium/test/authnz-msg-protocols' | ||
- 'deps/rabbitmq_management/selenium/suites/authnz-messaging/**' | ||
- 'deps/rabbitmq_management/selenium/test/authnz-msg-protocols/**' | ||
- .github/workflows/test-authnz.yaml | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
|
@@ -95,7 +95,9 @@ jobs: | |
run: | | ||
RABBITMQ_DOCKER_IMAGE=bazel/packaging/docker-image:rabbitmq-amd64 \ | ||
${SELENIUM_DIR}/run-suites.sh full-suite-authnz-messaging | ||
mkdir -p /tmp/full-suite-authnz-messaging | ||
mv /tmp/selenium/* /tmp/full-suite-authnz-messaging | ||
- name: Upload Test Artifacts | ||
if: always() | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,11 +75,7 @@ jobs: | |
${SELENIUM_DIR}/run-suites.sh | ||
mkdir -p /tmp/full-suite | ||
mv /tmp/selenium/* /tmp/full-suite | ||
mkdir -p /tmp/full-suite/logs | ||
mv ${SELENIUM_DIR}/logs/* /tmp/full-suite/logs | ||
mkdir -p /tmp/full-suite/screens | ||
mv ${SELENIUM_DIR}/screens/* /tmp/full-suite/screens | ||
- name: Upload Test Artifacts | ||
if: always() | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,11 +90,7 @@ jobs: | |
ADDON_PROFILES=cluster ${SELENIUM_DIR}/run-suites.sh short-suite-management-ui | ||
mkdir -p /tmp/short-suite | ||
mv /tmp/selenium/* /tmp/short-suite | ||
mkdir -p /tmp/short-suite/logs | ||
mv ${SELENIUM_DIR}/logs/* /tmp/short-suite/logs | ||
mkdir -p /tmp/short-suite/screens | ||
mv ${SELENIUM_DIR}/screens/* /tmp/short-suite/screens | ||
- name: Upload Test Artifacts | ||
if: always() | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.