From d4efae9ac9f0d5f1bd10bb74094640bc118702b7 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 30 Oct 2020 12:19:40 -0500 Subject: [PATCH] fix rabbit --- .../mq/container_files/etc-rabbitmq/rabbitmq.conf | 1 + Workbench/webproxy/container_files/httpd/index.html | 1 + Workbench/webproxy/container_files/httpd/proxy.conf | 13 +++++++++++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Workbench/mq/container_files/etc-rabbitmq/rabbitmq.conf b/Workbench/mq/container_files/etc-rabbitmq/rabbitmq.conf index 4c789ba..6f9abed 100644 --- a/Workbench/mq/container_files/etc-rabbitmq/rabbitmq.conf +++ b/Workbench/mq/container_files/etc-rabbitmq/rabbitmq.conf @@ -1,2 +1,3 @@ # Allow guest access from anywhere (change this in production!) loopback_users = none + diff --git a/Workbench/webproxy/container_files/httpd/index.html b/Workbench/webproxy/container_files/httpd/index.html index 55279c2..826a26b 100644 --- a/Workbench/webproxy/container_files/httpd/index.html +++ b/Workbench/webproxy/container_files/httpd/index.html @@ -14,6 +14,7 @@

Welcome to the InCommon TAP Workbench!

  • Shibboleth SP
  • Grouper
  • midPoint
  • +
  • Rabbit MQ
  • COmanage (coming soon)
  • diff --git a/Workbench/webproxy/container_files/httpd/proxy.conf b/Workbench/webproxy/container_files/httpd/proxy.conf index de6773b..150e6bf 100644 --- a/Workbench/webproxy/container_files/httpd/proxy.conf +++ b/Workbench/webproxy/container_files/httpd/proxy.conf @@ -5,6 +5,7 @@ SSLProxyCheckPeerCN off SSLProxyCheckPeerName off SSLProxyCheckPeerExpire off ProxyPreserveHost On +AllowEncodedSlashes On ProxyPass /midpoint https://midpoint-server/midpoint ProxyPassReverse /midpoint https://midpoint-server/midpoint @@ -20,8 +21,16 @@ ProxyPassReverse /grouper-ws https://grouper-ws/grouper-ws ProxyPass /idp https://idp/idp ProxyPassReverse /idp https://idp/idp -ProxyPass /rabbit https://mq:15672/ -ProxyPassReverse /rabbit https://mq:15672/ +ProxyPass /rabbit http://mq:15672/ nocanon +ProxyPassReverse /rabbit http://mq:15672/ +ProxyPass /js http://mq:15672/js +ProxyPassReverse /js http://mq:15672/js +ProxyPass /css http://mq:15672/css +ProxyPassReverse /css http://mq:15672/css +ProxyPass /img http://mq:15672/img +ProxyPassReverse /img http://mq:15672/img +ProxyPass /api http://mq:15672/api +ProxyPassReverse /api http://mq:15672/api ProxyPass /comanage https://comanage/ ProxyPassReverse /comanage https://comanage/