fix: Es bugs (#1456)

* fix app key writemodel

* fix: add events to query

* fix: tests

* fix: proto check fields

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
Fabi 2021-03-23 15:41:49 +01:00 committed by GitHub
parent ad43a10f65
commit d5f54259d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
};
}