From 11310fdfbd50eb3d3a902bd9e2a0d5583a440842 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 9 Feb 2026 15:13:42 +0100 Subject: [PATCH] feat: add project and app to zitadel --- systems/x86_64-linux/ulmo/default.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/systems/x86_64-linux/ulmo/default.nix b/systems/x86_64-linux/ulmo/default.nix index 4203859..7440933 100644 --- a/systems/x86_64-linux/ulmo/default.nix +++ b/systems/x86_64-linux/ulmo/default.nix @@ -151,6 +151,20 @@ }; }; }; + + convex = { + projectRoleCheck = true; + projectRoleAssertion = true; + hasProjectCheck = true; + + application = { + scry = { + redirectUris = ["https://nautical-salamander-320.eu-west-1.convex.cloud/api/auth/callback/zitadel"]; + grantTypes = ["authorizationCode"]; + responseTypes = ["code"]; + }; + }; + }; }; action = {