Skip to content
Snippets Groups Projects
Commit 65dc0bbf authored by Mart van Santen's avatar Mart van Santen
Browse files

Initial kratos condifuration

Merge branch '76-use-kratos-as-identity-manager' of open.greenhost.net:/openappstack/single-sign-on into 76-use-kratos-as-identity-manager
parents 2feeed63 6946fab3
No related branches found
No related tags found
1 merge request!50Implemente basic flask + database APIs
Pipeline #9599 failed
......@@ -18,7 +18,7 @@ dependencies:
# https://k8s.ory.sh/helm/kratos.html
- name: kratos
version: 0.19.5
version: 0.21.0
repository: "https://k8s.ory.sh/helm/charts"
tags:
- single-sign-on
......
......@@ -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
......@@ -159,7 +158,23 @@ kratos:
selfservice:
# TODO: Have to figure out a decent default
default_browser_return_url: https://stackspin.net
f
methods:
link:
enabled: true
flows:
recovery:
enabled: true
lifespan: 15m
ui_url: http://localhost:5000/recovery
login:
ui_url: http://localhost:5000/login
registration:
ui_url: http://localhost:5000/registration
secrets:
session:
- a password goes here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment