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