From 1233ece3dd7f9c08b7a60658b157c1452f4367cd Mon Sep 17 00:00:00 2001
From: Lubomir Bucek <lubomir.bucek@eox.at>
Date: Wed, 7 Oct 2020 16:06:05 +0200
Subject: [PATCH] fix shib internal url

---
 traefik-dynamic.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traefik-dynamic.yml b/traefik-dynamic.yml
index 9b51a489..495ef4eb 100644
--- a/traefik-dynamic.yml
+++ b/traefik-dynamic.yml
@@ -22,7 +22,7 @@ http:
           - "***REMOVED***"
     shibAuth:
       forwardAuth:
-        address: http://shib.pdas.prism.eox.at/secure
+        address: http://shibauth/secure
         trustForwardHeader: true
     compress:
       compress: {}
-- 
GitLab