From aadfbeb39d0ac5ccb1a19899d7680b1c96b1a6cf Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 16 Jul 2025 13:44:59 -0600 Subject: chore: add generated rpc code --- src/authorization/spice/authorizer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/authorization/spice') diff --git a/src/authorization/spice/authorizer.rs b/src/authorization/spice/authorizer.rs index d906752f..57c604bc 100644 --- a/src/authorization/spice/authorizer.rs +++ b/src/authorization/spice/authorizer.rs @@ -8,7 +8,7 @@ impl Authorizer { } impl crate::authorization::authorizer::Authorizer for Authorizer { - fn authorize(&self, _request: envoy_types::ext_authz::v3::pb::CheckRequest) -> bool { + fn authorize(&self, _request: crate::rpc::envoy::service::auth::v3::CheckRequest) -> bool { false } } -- cgit v1.2.3