From cfc0d6a97b73e352769de3f8ea591ae460fbf2a1 Mon Sep 17 00:00:00 2001
From: Mart van Santen <mart@greenhost.nl>
Date: Tue, 16 Nov 2021 15:40:07 +0000
Subject: [PATCH] Added public endpoinst

---
 helmchart/single-sign-on/values.yaml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/helmchart/single-sign-on/values.yaml b/helmchart/single-sign-on/values.yaml
index 21f7415..3a2c3cd 100644
--- a/helmchart/single-sign-on/values.yaml
+++ b/helmchart/single-sign-on/values.yaml
@@ -156,6 +156,7 @@ kratos:
     # We included our own (forked) template to handle this job
     autoMigrate: false
 
+
     config:
       identity:
         # This points to the filename in above identitySchemas section. 
@@ -163,10 +164,14 @@ kratos:
 
       dsn: postgres://kratos:kratos@single-sign-on-postgresql:5432/kratos
 
+      serve:
+        public:
+          base_url: http://localhost:8080
+
       selfservice:
         # TODO: Have to figure out a decent default
         default_browser_return_url: https://stackspin.net
-
+        f
       secrets:
         session:
           - a password goes here
-- 
GitLab