From c1be9c1bd41534bbef0f3734f3afd37900c9eb57 Mon Sep 17 00:00:00 2001 From: Rasel Hossain <59439107+Superm4n97@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:12:40 +0600 Subject: [PATCH] Add oidc subpath (#426) Signed-off-by: rasel --- charts/service-backend/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/service-backend/values.yaml b/charts/service-backend/values.yaml index 9e4fab480..4090924ca 100644 --- a/charts/service-backend/values.yaml +++ b/charts/service-backend/values.yaml @@ -104,8 +104,8 @@ server: # issuer client Secret clientSecret: "" baseURL: "https://api.appscode.com" - issuerURL: "https://accounts.appscode.com/" - callbackURL: "https://bind.appscode.com/callback" + issuerURL: "https://accounts.appscode.com/accounts" + callbackURL: "https://bind.appscode.com/bind/callback" # the sync namespace created in the provider side will be named like bb- namespacePrefix: "ace-" # How consumers access the service provider cluster. In Kubernetes, "namespaced" allows namespace isolation.