summaryrefslogtreecommitdiff
path: root/src/authorization/default.rs
diff options
context:
space:
mode:
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 578ddd4d..5461ca0d 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: crate::rpc::envoy::service::auth::v3::CheckRequest) -> bool {
+ fn authorize(&self, _request: envoy_types::pb::envoy::service::auth::v3::CheckRequest) -> bool {
true
}
}