From 6946fab3931a1b513d04d0edcb50c48d254fe810 Mon Sep 17 00:00:00 2001 From: Mart van Santen <mart@greenhost.nl> Date: Tue, 16 Nov 2021 16:17:28 +0100 Subject: [PATCH] Update UI url values --- helmchart/single-sign-on/values.yaml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml index 54cfc50..15030b7 100644 --- a/helmchart/single-sign-on/values.yaml +++ b/helmchart/single-sign-on/values.yaml @@ -114,9 +114,6 @@ kratos: "title": "E-Mail", "minLength": 3, "ory.sh/kratos": { - "verification": { - "via": "email" - }, "recovery": { "via": "email" }, @@ -131,9 +128,6 @@ kratos: "type": "string", "title": "Full name", }, - "admin": { - "type": "boolean" - }, }, "required": ["email"], "additionalProperties": false @@ -141,6 +135,11 @@ kratos: } } + +# "verification": { +# "via": "email" +# }, + # We included our own (forked) template to handle this job autoMigrate: false @@ -154,6 +153,17 @@ kratos: selfservice: # TODO: Have to figure out a decent default default_browser_return_url: https://stackspin.net + methods: + link: + enabled: true + lifespan: 15m + + flows: + recovery: + enabled: true + lifespan: 15m + login: + ui_url: http://localhost:5000/static/login.html secrets: session: -- GitLab