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" ];
|
||||
instanceRoles = [ "IAM_OWNER" ];
|
||||
};
|
||||
|
||||
kaas = {
|
||||
email = "chris+kaas@kruining.eu";
|
||||
firstName = "Kaas";
|
||||
lastName = "Kruining";
|
||||
};
|
||||
};
|
||||
|
||||
project = {
|
||||
|
|
@ -72,6 +78,7 @@
|
|||
|
||||
assign = {
|
||||
chris = [ "jellyfin" "jellyfin_admin" ];
|
||||
kaas = [ "jellyfin" ];
|
||||
};
|
||||
|
||||
application = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue