From baf4f37f69e6eeff59d538b60f177dc1a91ce77b Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 9 Aug 2025 21:27:43 +1000 Subject: [PATCH] Update nginx ingress auth --- k8s/manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index 5da4979..df9647a 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -168,8 +168,8 @@ metadata: nginx.ingress.kubernetes.io/proxy-body-size: 1024m # nginx.ingress.kubernetes.io/auth-url: "https://id.junv.cc/oauth2/auth" # nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.cc/oauth2/start?rd=https%3A%2F%2F$host$request_uri" - nginx.ingress.kubernetes.io/auth-url: "https://passkey.junv.cc/auth" - nginx.ingress.kubernetes.io/auth-signin: "https://passkey.junv.cc/?redirect=https%3A%2F%2F$host$request_uri" + nginx.ingress.kubernetes.io/auth-url: "https://pass.junv.cc/auth" + nginx.ingress.kubernetes.io/auth-signin: "https://pass.junv.cc/?redirect=https%3A%2F%2F$host$request_uri" # Skip authentication for /public, but looks like doesn't work # nginx.ingress.kubernetes.io/auth-snippet: | # if ($request_uri ~ "/public") {