From c2c3ea376bf7eb48998f6a35b8ca1d01c045135d Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Mon, 13 Dec 2021 10:35:36 +0100 Subject: [PATCH] add comments to sso values --- .../base/single-sign-on/single-sign-on-values-configmap.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml b/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml index e66e58515..6a22d047b 100644 --- a/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml +++ b/flux2/core/base/single-sign-on/single-sign-on-values-configmap.yaml @@ -71,6 +71,8 @@ data: session: - "${kratos_session_secret}" selfservice: + # The URL to redirect to if there is a call to kratos on another URL + # than the flows listed below default_browser_return_url: https://dashboard.${domain}/ flows: recovery: @@ -79,6 +81,8 @@ data: ui_url: https://sso.${domain}/login/login settings: ui_url: https://sso.${domain}/login/settings + # Registration is not (yet) possible, but if it will be, it should + # be on this link: registration: ui_url: https://sso.${domain}/login/registration -- GitLab