fix: route outpost callback path to Authentik outpost

This commit is contained in:
2026-07-01 21:31:59 +01:00
parent 550744262b
commit 016182f76c
+12
View File
@@ -7,6 +7,12 @@ spec:
entryPoints: entryPoints:
- websecure - websecure
routes: 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`) - match: Host(`longhorn.solidish.dev`)
kind: Rule kind: Rule
middlewares: middlewares:
@@ -28,6 +34,12 @@ spec:
entryPoints: entryPoints:
- websecure - websecure
routes: 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`) - match: Host(`hubble.solidish.dev`)
kind: Rule kind: Rule
middlewares: middlewares: