erroring on the server works from now on
This commit is contained in:
Binary file not shown.
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user