2 Commits

Author SHA1 Message Date
28ddc5ccea update 2025-03-19 05:13:25 -05:00
e3857454b7 update 2025-03-19 05:11:50 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ spec:
- match: Host(`redlib.durp.info`) && PathPrefix(`/outpost.goauthentik.io`) - match: Host(`redlib.durp.info`) && PathPrefix(`/outpost.goauthentik.io`)
kind: Rule kind: Rule
services: services:
- name: ak-outpost-master-embedded-outpost - name: ak-outpost-dmz-embedded-outpost
namespace: authentik namespace: authentik
port: 9000 port: 9000
tls: tls:

View File

@@ -5,7 +5,7 @@ metadata:
namespace: traefik namespace: traefik
spec: spec:
forwardAuth: forwardAuth:
address: http://ak-outpost-master-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/traefik?rd=$scheme://$http_host$request_uri address: http://ak-outpost-dmz-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/traefik?rd=$scheme://$http_host$request_uri
trustForwardHeader: true trustForwardHeader: true
authResponseHeaders: authResponseHeaders:
- X-authentik-username - X-authentik-username

View File

@@ -6,7 +6,7 @@ traefik:
providers: providers:
kubernetesCRD: kubernetesCRD:
allowCrossNamespace: false allowCrossNamespace: true
allowExternalNameServices: true allowExternalNameServices: true
allowEmptyServices: false allowEmptyServices: false