erroring on the server works from now on
This commit is contained in:
@@ -35,7 +35,7 @@ service AuthService {
|
||||
rpc ListRolePermissions(ListRolePermissionsRequest) returns (RolePermissions);
|
||||
rpc ListGrantableObjects(ListGrantableObjectsRequest) returns (ListGrantableObjectsResponse);
|
||||
|
||||
// Support diagnostics. Requires read on diagnostics:internal-errors.
|
||||
// Diagnostic browsing is admin-only; authenticated UUID lookup follows role restrictions.
|
||||
rpc ListInternalErrors(ListInternalErrorsRequest) returns (ListInternalErrorsResponse);
|
||||
rpc GetInternalError(GetInternalErrorRequest) returns (InternalError);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user