mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-02-16 09:16:45 +00:00
ops/sso: upgrade sso-v2
Change in sso-v2 unifies id_token and userinfo endpoint handling - now groups, nickname, email and preferred_username keys are present in id_tokens as well. https://code.hackerspace.pl/informatic/sso-v2/commit/?id=c4c810cd255a7bfcab5ced3fb88c8b311b518c34 Change-Id: Ib22994edc067fd83701590182f8096f6fca692ba
This commit is contained in:
parent
65f97238e3
commit
7f8f3e9f9c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ local kube = import "../../../kube/kube.libsonnet";
|
|||
|
||||
cfg:: {
|
||||
namespace: "sso",
|
||||
image: "registry.k0.hswaw.net/informatic/sso-v2@sha256:a44055a4f1d2a4e0708838b571f3a3c018f3b97adfea71ae0cf1df98246bf6cf",
|
||||
image: "registry.k0.hswaw.net/informatic/sso-v2@sha256:3b277a8e2b3c3225d7da10aee37774266f9eb2aa536e7a390160f550b3556087",
|
||||
domain: error "domain must be set",
|
||||
database: {
|
||||
host: error "database.host must be set",
|
||||
|
|
Loading…
Add table
Reference in a new issue