From 90727f5ce4e2170de691a8fdd985cccd3f76487e Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Mon, 24 Nov 2025 12:46:24 +1100 Subject: [PATCH] Update redirect URL --- manifest-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-template.yaml b/manifest-template.yaml index 9795f76..e6a2554 100644 --- a/manifest-template.yaml +++ b/manifest-template.yaml @@ -221,7 +221,7 @@ metadata: nginx.ingress.kubernetes.io/proxy-send-timeout: "600" # Optional: Enable authentication nginx.ingress.kubernetes.io/auth-url: "https://pass.junv.cc/oauth2/auth" - nginx.ingress.kubernetes.io/auth-signin: "https://pass.junv.cc/oauth2/start?rd=$escaped_request_uri" + nginx.ingress.kubernetes.io/auth-signin: "https://pass.junv.cc/oauth2/start?rd=https://$host$escaped_request_uri" spec: ingressClassName: nginx tls: