fix: route outpost callback path to Authentik outpost
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user