From b248dc16cf6bb8f591ebe39140632d7a1e8d079b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 24 Oct 2022 16:12:01 -0500 Subject: [PATCH] test --- longhorn-system/templates/ingress.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/longhorn-system/templates/ingress.yaml b/longhorn-system/templates/ingress.yaml index 88c82fa..a377daf 100644 --- a/longhorn-system/templates/ingress.yaml +++ b/longhorn-system/templates/ingress.yaml @@ -5,7 +5,8 @@ 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: Authorization + nginx.ingress.kubernetes.io/auth-response-headers: "x-auth-request-user, x-auth-request-email, x-auth-request-access-token" nginx.ingress.kubernetes.io/auth-url: http://oauth2-proxy.oauth2-proxy.svc.cluster.local/oauth2/auth nginx.ingress.kubernetes.io/auth-signin: https://oauth.durp.info/oauth2/start?rd=https://$host$request_uri$is_args$args #nginx.ingress.kubernetes.io/auth-signin: "https://oauth.durp.info/oauth2/start?rd=https://longhorn.internal.durp.info"