chore: create temporary extra user in zitadel
Some checks failed
Test action / kaas (push) Failing after 1s
Some checks failed
Test action / kaas (push) Failing after 1s
This commit is contained in:
parent
8104ba7e93
commit
5668e1048d
1 changed files with 7 additions and 0 deletions
|
|
@ -53,6 +53,12 @@
|
||||||
roles = [ "ORG_OWNER" ];
|
roles = [ "ORG_OWNER" ];
|
||||||
instanceRoles = [ "IAM_OWNER" ];
|
instanceRoles = [ "IAM_OWNER" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
kaas = {
|
||||||
|
email = "chris+kaas@kruining.eu";
|
||||||
|
firstName = "Kaas";
|
||||||
|
lastName = "Kruining";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
project = {
|
project = {
|
||||||
|
|
@ -72,6 +78,7 @@
|
||||||
|
|
||||||
assign = {
|
assign = {
|
||||||
chris = [ "jellyfin" "jellyfin_admin" ];
|
chris = [ "jellyfin" "jellyfin_admin" ];
|
||||||
|
kaas = [ "jellyfin" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
application = {
|
application = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue