Skip to content

Commit e5e3b99

Browse files
Fix rabbitmq conf and forward-proxy
Still pending to enable forward proxy requests in keycloak
1 parent 3fd2c89 commit e5e3b99

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

selenium/full-suite-management-ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authnz-mgt/oauth-idp-initiated-with-uaa-and-prefix.sh
1111
authnz-mgt/oauth-idp-initiated-with-uaa-via-proxy.sh
1212
authnz-mgt/oauth-idp-initiated-with-uaa.sh
1313
authnz-mgt/oauth-with-keycloak.sh
14-
authnz-mgt/oauth-with-keycloak-via-proxy.sh
14+
authnz-mgt/oauth-with-keycloak-via-forward-proxy.sh
1515
authnz-mgt/oauth-with-keycloak-with-verify-none.sh
1616
authnz-mgt/oauth-with-uaa-down-but-with-basic-auth.sh
1717
authnz-mgt/oauth-with-uaa-down.sh
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export FORWARD_PROXY_CERTS=/usr/local/apache2/conf
1+
export FORWARD_PROXY_CERTS=selenium/test/oauth/forward-proxy
22
export FORWARD_PROXY_CA_CERT=${FORWARD_PROXY_CERTS}/ca_forward-proxy_certificate.pem
33
export FORWARD_PROXY_URL=https://forward-proxy:9092
44
export OAUTH_PROVIDER_URL=${KEYCLOAK_URL}

selenium/test/oauth/forward-proxy/httpd.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ SSLRandomSeed connect builtin
504504

505505
<VirtualHost *:9092>
506506
SSLEngine on
507-
SSLCertificateKeyFile ${FORWARD_PROXY_CERTS}/server_forward-proxy_key.pem
508-
SSLCertificateFile ${FORWARD_PROXY_CERTS}/server_forward-proxy_certificate.pem
509-
SSLProxyMachineCertificateFile ${FORWARD_PROXY_CERTS}/server_forward-proxy_certificate.pem
507+
SSLCertificateKeyFile /usr/local/apache2/conf/server_forward-proxy_key.pem
508+
SSLCertificateFile /usr/local/apache2/conf/server_forward-proxy_certificate.pem
509+
SSLProxyMachineCertificateFile /usr/local/apache2/conf/server_forward-proxy_certificate.pem
510510
SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
511511
SSLProxyEngine On
512512

0 commit comments

Comments
 (0)