erroring on the server works from now on

This commit is contained in:
Priec
2026-09-09 08:43:20 +02:00
parent 4a378a5c1e
commit a3cf02e866
5 changed files with 16 additions and 4 deletions

View File

@@ -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);