mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-16 17:00:32 +00:00
feat: global org read (#657)
This commit is contained in:
@@ -245,7 +245,7 @@ var ManagementService_AuthMethods = authz.MethodMapping{
|
||||
},
|
||||
|
||||
"/caos.zitadel.management.api.v1.ManagementService/GetOrgByDomainGlobal": authz.Option{
|
||||
Permission: "org.read",
|
||||
Permission: "org.global.read",
|
||||
CheckParam: "",
|
||||
},
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -561,7 +561,7 @@ service ManagementService {
|
||||
};
|
||||
|
||||
option (caos.zitadel.utils.v1.auth_option) = {
|
||||
permission: "org.read"
|
||||
permission: "org.global.read"
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user