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

changed schema to support username field

parent 40a36f8c
No related branches found
No related tags found
2 merge requests!68Merge loginpanel into main and release 0.5.0,!65Resolve "Use kratos id as subject during login"
Pipeline #10311 failed with stages
in 26 seconds
...@@ -69,7 +69,7 @@ kratos: ...@@ -69,7 +69,7 @@ kratos:
}, },
"username": { "username": {
"type": "string", "type": "string",
"title": "Preferred username" "title": "Preferred username",
}, },
"name": { "name": {
"type": "string", "type": "string",
...@@ -205,7 +205,7 @@ hydra: ...@@ -205,7 +205,7 @@ hydra:
# Install login panel # Install login panel
login: login:
image: image:
<< : &IMAGE_DEFAULTS_SSO { tag: "main", pullPolicy: "Always" } << : &IMAGE_DEFAULTS_SSO { tag: "loginpanel", pullPolicy: "Always" }
repository: "open.greenhost.net:4567/stackspin/single-sign-on/login" repository: "open.greenhost.net:4567/stackspin/single-sign-on/login"
podAnnotations: {} podAnnotations: {}
db: db:
......
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