From cd83b618d26f079b930f1dc5c0b5436e9593985d Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 27 Nov 2022 15:28:18 +0000 Subject: [PATCH] Update switch01.yaml --- internalproxy/templates/switch01.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internalproxy/templates/switch01.yaml b/internalproxy/templates/switch01.yaml index 90f8d1e..2bafcfc 100644 --- a/internalproxy/templates/switch01.yaml +++ b/internalproxy/templates/switch01.yaml @@ -36,13 +36,13 @@ metadata: cert-manager.io/cluster-issuer: letsencrypt-production nginx.ingress.kubernetes.io/whitelist-source-range: "192.168.0.0/16" nginx.ingress.kubernetes.io/auth-url: |- - http://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx + http://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx nginx.ingress.kubernetes.io/auth-signin: |- - https://switch01.internal.durp.info/outpost.goauthentik.io/start?rd=$escaped_request_uri + https://switch01.internal.durp.info/outpost.goauthentik.io/start?rd=$escaped_request_uri nginx.ingress.kubernetes.io/auth-response-headers: |- - Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid + Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid nginx.ingress.kubernetes.io/auth-snippet: | - proxy_set_header X-Forwarded-Host $http_host; + proxy_set_header X-Forwarded-Host $http_host; spec: rules: - host: switch01.internal.durp.info @@ -61,7 +61,7 @@ spec: service: name: ak-outpost-authentik-embedded-outpost port: - number: 9000 + number: 9000 tls: - hosts: - switch01.internal.durp.info