mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-06 13:27:45 +00:00
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:
parent
ad43a10f65
commit
d5f54259d6
@ -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"
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user