diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-16 13:44:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-16 13:44:59 -0600 |
| commit | aadfbeb39d0ac5ccb1a19899d7680b1c96b1a6cf (patch) | |
| tree | 293cb102463ab1aeeac6aa899cedbbbf03ed6187 /src/authorization/spice | |
| parent | e97b15bcb9581b895d8431f3f3eaf7a9dd1bcac6 (diff) | |
chore: add generated rpc code
Diffstat (limited to 'src/authorization/spice')
| -rw-r--r-- | src/authorization/spice/authorizer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |
