From 53d0205e8657e204eae5a4eaeeddb5ab97d71dfb Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 15 Mar 2022 19:01:05 +0100 Subject: [PATCH] outposts/proxy: use Prefix in ingress for k8s Signed-off-by: Jens Langhammer --- authentik/providers/proxy/controllers/k8s/ingress.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/providers/proxy/controllers/k8s/ingress.py b/authentik/providers/proxy/controllers/k8s/ingress.py index db1429253..03c6531c6 100644 --- a/authentik/providers/proxy/controllers/k8s/ingress.py +++ b/authentik/providers/proxy/controllers/k8s/ingress.py @@ -129,7 +129,7 @@ class IngressReconciler(KubernetesObjectReconciler[V1Ingress]): ), ), path="/outpost.goauthentik.io", - path_type="ImplementationSpecific", + path_type="Prefix", ) ] ), @@ -147,7 +147,7 @@ class IngressReconciler(KubernetesObjectReconciler[V1Ingress]): ), ), path="/", - path_type="ImplementationSpecific", + path_type="Prefix", ) ] ),