chore: create temporary extra user in zitadel
Some checks failed
Test action / kaas (push) Failing after 1s

This commit is contained in:
Chris Kruining 2025-11-03 16:47:09 +01:00
parent 8104ba7e93
commit 5668e1048d
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -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 = {