From e15ecc8b34fa261194e0596dca817bfdadbe1e02 Mon Sep 17 00:00:00 2001 From: Mart van Santen <mart@greenhost.nl> Date: Tue, 7 Dec 2021 14:53:37 +0100 Subject: [PATCH] Change defaults --- helmchart/single-sign-on/values.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml index 97c511c..c25b3d2 100644 --- a/helmchart/single-sign-on/values.yaml +++ b/helmchart/single-sign-on/values.yaml @@ -95,11 +95,11 @@ kratos: public: # TODO: This is the development URL and needs to be replaced by # something sensable by Flux. - base_url: http://localhost/api/ + base_url: https://sso.stackspin.example.net/api/ selfservice: # Bu default got ot the loing page - default_browser_return_url: http://localhost/login/login + default_browser_return_url: https://sso.stackspin.example.net/login/login methods: link: @@ -112,16 +112,16 @@ kratos: # TODO: Those UI URLS need to be changed once the final location # is determined. Also they need to be configured by flux - ui_url: http://localhost/login/recovery + ui_url: https://sso.stackspin.example.net/login/recovery login: - ui_url: http://localhost/login/login + ui_url: https://sso.stackspin.example.net/login/login settings: - ui_url: http://localhost/login/settings + ui_url: https://sso.stackspin.example.net/login/settings registration: - ui_url: http://localhost/login/registration + ui_url: https://sso.stackspin.example.net/login/registration secrets: session: @@ -132,7 +132,8 @@ kratos: courier: smtp: - connection_uri: smtps://username:password@smtp.example.com:456/ + connection_uri: smtps://username:password@smtp.example.net:456/ + from_address: no-reply@example.net hydra: # Fix for this issue: https://github.com/ory/k8s/issues/367 -- GitLab