summaryrefslogtreecommitdiff
path: root/src/authorization/default.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-16 13:08:24 -0600
committermo khan <mo@mokhan.ca>2025-07-16 13:08:24 -0600
commit7db4022711af526ed7606fef65d3ffa0017e8b25 (patch)
treeda356c0566c56fccb8024b9859936d03e192036c /src/authorization/default.rs
parent7bb8655a150599ce4e5c45bf9f1eb5420345e55e (diff)
chore: use bug to generate envoy types
Diffstat (limited to 'src/authorization/default.rs')
-rw-r--r--src/authorization/default.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/default.rs b/src/authorization/default.rs
index 8252618d..578ddd4d 100644
--- a/src/authorization/default.rs
+++ b/src/authorization/default.rs
@@ -14,7 +14,7 @@ impl Default for Authorizer {
}
impl super::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 {
true
}
}