From 016182f76c514a7b51659f7f947ac21d55427663 Mon Sep 17 00:00:00 2001 From: James Allenby Date: Wed, 1 Jul 2026 21:31:59 +0100 Subject: [PATCH] fix: route outpost callback path to Authentik outpost --- manifests/protected-routes.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/manifests/protected-routes.yaml b/manifests/protected-routes.yaml index cdd4845..a1d4915 100644 --- a/manifests/protected-routes.yaml +++ b/manifests/protected-routes.yaml @@ -7,6 +7,12 @@ spec: entryPoints: - websecure routes: + - match: Host(`longhorn.solidish.dev`) && PathPrefix(`/outpost.goauthentik.io/`) + kind: Rule + services: + - name: ak-outpost-traefik-forwardauth + namespace: authentik + port: 9000 - match: Host(`longhorn.solidish.dev`) kind: Rule middlewares: @@ -28,6 +34,12 @@ spec: entryPoints: - websecure routes: + - match: Host(`hubble.solidish.dev`) && PathPrefix(`/outpost.goauthentik.io/`) + kind: Rule + services: + - name: ak-outpost-traefik-forwardauth + namespace: authentik + port: 9000 - match: Host(`hubble.solidish.dev`) kind: Rule middlewares: