Skip to content

Commit

Permalink
Fix location of cacerts of uaa
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Nov 14, 2024
1 parent 00d34ea commit af3ab5d
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/fakeportal
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ start_fakeportal() {
--env CLIENT_ID="${CLIENT_ID}" \
--env CLIENT_SECRET="${CLIENT_SECRET}" \
--env NODE_EXTRA_CA_CERTS=/etc/uaa/ca_uaa_certificate.pem \
-v ${OAUTH_SERVER_CONFIG_DIR}:/etc/uaa \
-v ${TEST_CONFIG_PATH}/uaa:/etc/uaa \
-v ${FAKEPORTAL_DIR}:/code/fakeportal \
mocha-test:${mocha_test_tag} run fakeportal

Expand Down
2 changes: 1 addition & 1 deletion selenium/bin/components/fakeproxy
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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 ${OAUTH_SERVER_CONFIG_DIR}:/etc/uaa \
-v ${TEST_CONFIG_PATH}:/etc/uaa \
-v ${FAKEPROXY_DIR}:/code/fakeportal \
mocha-test:${mocha_test_tag} run fakeproxy

Expand Down

0 comments on commit af3ab5d

Please sign in to comment.