summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-10-22 11:57:56 +0200
committerSimon Rettberg2024-10-22 11:57:56 +0200
commite57d6f41c9be9d59eb37801dcb663943837e5190 (patch)
tree48302de64c14210b519edfe0add159b607482048
parent[SSPS] slx-cron: Run as www-data (diff)
downloadsetup-scripts-e57d6f41c9be9d59eb37801dcb663943837e5190.tar.gz
setup-scripts-e57d6f41c9be9d59eb37801dcb663943837e5190.tar.xz
setup-scripts-e57d6f41c9be9d59eb37801dcb663943837e5190.zip
[shib_secondary] Redirect http-thrift
-rw-r--r--shib_secondary/remote/110-bwlp-active.conf5
-rw-r--r--shib_secondary/remote/110-bwlp-passthrough.conf2
2 files changed, 6 insertions, 1 deletions
diff --git a/shib_secondary/remote/110-bwlp-active.conf b/shib_secondary/remote/110-bwlp-active.conf
index 590fc4f..299d5d6 100644
--- a/shib_secondary/remote/110-bwlp-active.conf
+++ b/shib_secondary/remote/110-bwlp-active.conf
@@ -35,6 +35,11 @@
require valid-user
</Location>
+ <Location /thrift>
+ ProxyPass "http://127.0.0.1:8090/" connectiontimeout=5 timeout=30 max=5
+ ProxyPassReverse "http://127.0.0.1:8090/"
+ </Location>
+
# optional (Metadata-Access at entityID-URL)
Redirect seeother /shibboleth /Shibboleth.sso/Metadata
RedirectMatch /start-session$ /Shibboleth.sso/Login
diff --git a/shib_secondary/remote/110-bwlp-passthrough.conf b/shib_secondary/remote/110-bwlp-passthrough.conf
index 2a6cdba..ebb0367 100644
--- a/shib_secondary/remote/110-bwlp-passthrough.conf
+++ b/shib_secondary/remote/110-bwlp-passthrough.conf
@@ -30,7 +30,7 @@
Alias /shibboleth-sp/logo.jpg /usr/share/shibboleth/logo.jpg
SSLProxyEngine on
- <LocationMatch ^/(webif/|netboot/|minilinux/|rpc/|Shibboleth\.sso/|error_report.php)(.*)$>
+ <LocationMatch ^/(webif/|netboot/|minilinux/|rpc/|Shibboleth\.sso/|thrift/|error_report.php)(.*)$>
ProxyPassMatch "https://%DOMAIN%/$1$2" connectiontimeout=5 timeout=30 max=10
</LocationMatch>