Skip to content

Commit

Permalink
Fix issue mounting uaa certs and use uaa with https
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Nov 14, 2024
1 parent 5587f5a commit c00bd31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selenium/bin/components/fakeproxy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ start_fakeproxy() {
--env CLIENT_ID="${CLIENT_ID}" \
--env CLIENT_SECRET="${CLIENT_SECRET}" \
--env NODE_EXTRA_CA_CERTS=/etc/uaa/ca_uaa_certificate.pem \
-v ${TEST_CONFIG_PATH}:/etc/uaa \
-v ${TEST_CONFIG_PATH}/uaa:/etc/uaa \
-v ${FAKEPROXY_DIR}:/code/fakeportal \
mocha-test:${mocha_test_tag} run fakeproxy

Expand Down
2 changes: 1 addition & 1 deletion selenium/test/oauth/env.docker.fakeproxy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export FAKEPROXY_URL=http://fakeproxy:9090
export UAA_URL_FOR_FAKEPROXY=http://uaa:8080
export UAA_URL_FOR_FAKEPROXY=https://uaa:8443
export RABBITMQ_HOST_FOR_FAKEPROXY=${RABBITMQ_HOST}
export PUBLIC_RABBITMQ_HOST=fakeproxy:9090

0 comments on commit c00bd31

Please sign in to comment.