From d5f54259d64830c55b3c25010490d1a38e0ece8f Mon Sep 17 00:00:00 2001 From: Fabi <38692350+fgerschwiler@users.noreply.github.com> Date: Tue, 23 Mar 2021 15:41:49 +0100 Subject: [PATCH] fix: Es bugs (#1456) * fix app key writemodel * fix: add events to query * fix: tests * fix: proto check fields Co-authored-by: Livio Amstutz --- proto/zitadel/management.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proto/zitadel/management.proto b/proto/zitadel/management.proto index 03fd28e375..21fa7f992a 100644 --- a/proto/zitadel/management.proto +++ b/proto/zitadel/management.proto @@ -700,7 +700,7 @@ service ManagementService { option (zitadel.v1.auth_option) = { permission: "project.read" - check_field_name: "Id" + check_field_name: "GrantId" }; } @@ -886,7 +886,7 @@ service ManagementService { option (zitadel.v1.auth_option) = { permission: "project.member.write" - check_field_name: "Id" + check_field_name: "ProjectId" }; } @@ -909,7 +909,7 @@ service ManagementService { option (zitadel.v1.auth_option) = { permission: "project.member.delete" - check_field_name: "Id" + check_field_name: "ProjectId" }; }