Skip to content

Commit

Permalink
Deploy rabbitmq with tls when using idp_initiated
Browse files Browse the repository at this point in the history
logon types
  • Loading branch information
MarcialRosales committed Feb 20, 2025
1 parent 2ee9a0f commit c87a2dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

TEST_CASES_PATH=/oauth/with-idp-initiated-via-proxy
TEST_CONFIG_PATH=/oauth
PROFILES="uaa fakeportal fakeproxy fakeportal-mgt-oauth-provider idp-initiated mgt-prefix uaa-oauth-provider"
PROFILES="uaa fakeportal fakeproxy fakeportal-mgt-oauth-provider idp-initiated mgt-prefix uaa-oauth-provider tls"

source $SCRIPT/../../bin/suite_template $@
runWith rabbitmq uaa fakeportal fakeproxy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

TEST_CASES_PATH=/oauth/with-idp-initiated
TEST_CONFIG_PATH=/oauth
PROFILES="uaa fakeportal-mgt-oauth-provider idp-initiated mgt-prefix uaa-oauth-provider"
PROFILES="uaa fakeportal-mgt-oauth-provider idp-initiated mgt-prefix uaa-oauth-provider tls"

source $SCRIPT/../../bin/suite_template $@
runWith uaa fakeportal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

TEST_CASES_PATH=/oauth/with-idp-initiated-via-proxy
TEST_CONFIG_PATH=/oauth
PROFILES="uaa fakeportal fakeproxy fakeportal-mgt-oauth-provider idp-initiated uaa-oauth-provider"
PROFILES="uaa fakeportal fakeproxy fakeportal-mgt-oauth-provider idp-initiated uaa-oauth-provider tls"

source $SCRIPT/../../bin/suite_template $@
runWith rabbitmq uaa fakeportal fakeproxy
2 changes: 1 addition & 1 deletion selenium/suites/authnz-mgt/oauth-idp-initiated-with-uaa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

TEST_CASES_PATH=/oauth/with-idp-initiated
TEST_CONFIG_PATH=/oauth
PROFILES="uaa uaa-oauth-provider idp-initiated fakeportal-mgt-oauth-provider"
PROFILES="uaa uaa-oauth-provider idp-initiated fakeportal-mgt-oauth-provider tls"

source $SCRIPT/../../bin/suite_template $@
runWith uaa fakeportal
Expand Down
2 changes: 1 addition & 1 deletion selenium/test/oauth/uaa/uaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ logout:
disable: false
whitelist:
${RABBITMQ_SCHEME}://${RABBITMQ_HOST}/*
${FAKEPORTAL_URL}/*
${FAKEPORTAL_URL}
login:
serviceProviderKey: |
-----BEGIN RSA PRIVATE KEY-----
Expand Down

0 comments on commit c87a2dc

Please sign in to comment.