From f6eb2b2302f2b55e4f7b34263ea5b4f03efe80b6 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 29 Sep 2022 13:51:13 +0000 Subject: [PATCH] Update argocd/longhorn-system/templates/ingress.yaml --- argocd/longhorn-system/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/longhorn-system/templates/ingress.yaml b/argocd/longhorn-system/templates/ingress.yaml index 5222e7b..e1e4f00 100644 --- a/argocd/longhorn-system/templates/ingress.yaml +++ b/argocd/longhorn-system/templates/ingress.yaml @@ -5,9 +5,9 @@ metadata: annotations: kubernetes.io/ingress.class: nginx cert-manager.io/cluster-issuer: letsencrypt-production - nginx.ingress.kubernetes.io/auth-response-headers: Authorization + nginx.ingress.kubernetes.io/auth-response-headers: X-Auth-Request-User,X-Auth-Request-Email nginx.ingress.kubernetes.io/auth-url: http://oauth2-proxy.oauth2-proxy.svc.cluster.local/oauth2/auth - nginx.ingress.kubernetes.io/auth-signin: https://oauth.lukritz.com/oauth2/start?rd=https://$host$request_uri$is_args$args + nginx.ingress.kubernetes.io/auth-signin: https://oauth.durp.info/oauth2/start?rd=https://$host$request_uri$is_args$args spec: rules: - host: longhorn.durp.info