From 8c8528036493c266db9ab9493179f759995b15e3 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 25 Oct 2022 09:31:21 -0500 Subject: [PATCH] test --- longhorn-system/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/longhorn-system/templates/ingress.yaml b/longhorn-system/templates/ingress.yaml index 34f5f21..885ef75 100644 --- a/longhorn-system/templates/ingress.yaml +++ b/longhorn-system/templates/ingress.yaml @@ -5,8 +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: "x-auth-request-user, x-auth-request-email, x-auth-request-access-token" + 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: https://oauth.durp.info/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/whitelist-source-range: "192.168.0.0/16"