Skip to content

Commit c00bd31

Browse files
Fix issue mounting uaa certs and use uaa with https
1 parent 5587f5a commit c00bd31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

selenium/bin/components/fakeproxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ start_fakeproxy() {
5050
--env CLIENT_ID="${CLIENT_ID}" \
5151
--env CLIENT_SECRET="${CLIENT_SECRET}" \
5252
--env NODE_EXTRA_CA_CERTS=/etc/uaa/ca_uaa_certificate.pem \
53-
-v ${TEST_CONFIG_PATH}:/etc/uaa \
53+
-v ${TEST_CONFIG_PATH}/uaa:/etc/uaa \
5454
-v ${FAKEPROXY_DIR}:/code/fakeportal \
5555
mocha-test:${mocha_test_tag} run fakeproxy
5656

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export FAKEPROXY_URL=http://fakeproxy:9090
2-
export UAA_URL_FOR_FAKEPROXY=http://uaa:8080
2+
export UAA_URL_FOR_FAKEPROXY=https://uaa:8443
33
export RABBITMQ_HOST_FOR_FAKEPROXY=${RABBITMQ_HOST}
44
export PUBLIC_RABBITMQ_HOST=fakeproxy:9090

0 commit comments

Comments
 (0)