mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: change permission to create project (#671)
Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
This commit is contained in:
@@ -350,7 +350,7 @@ var ManagementService_AuthMethods = authz.MethodMapping{
|
||||
},
|
||||
|
||||
"/caos.zitadel.management.api.v1.ManagementService/CreateProject": authz.Option{
|
||||
Permission: "project.write",
|
||||
Permission: "project.create",
|
||||
CheckParam: "",
|
||||
},
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -785,7 +785,7 @@ rpc GetUserByID(UserID) returns (UserView) {
|
||||
};
|
||||
|
||||
option (caos.zitadel.utils.v1.auth_option) = {
|
||||
permission: "project.write"
|
||||
permission: "project.create"
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user