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

Binary file not shown.

View File

@@ -846,7 +846,7 @@ pub mod auth_service_client {
);
self.inner.unary(req, path, codec).await
}
/// Support diagnostics. Requires read on diagnostics:internal-errors.
/// Diagnostic browsing is admin-only; authenticated UUID lookup follows role restrictions.
pub async fn list_internal_errors(
&mut self,
request: impl tonic::IntoRequest<super::ListInternalErrorsRequest>,
@@ -1070,7 +1070,7 @@ pub mod auth_service_server {
tonic::Response<super::ListGrantableObjectsResponse>,
tonic::Status,
>;
/// Support diagnostics. Requires read on diagnostics:internal-errors.
/// Diagnostic browsing is admin-only; authenticated UUID lookup follows role restrictions.
async fn list_internal_errors(
&self,
request: tonic::Request<super::ListInternalErrorsRequest>,