summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/authorization/check_service.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/check_service.rs b/src/authorization/check_service.rs
index 6c6bd9c6..a65d8d95 100644
--- a/src/authorization/check_service.rs
+++ b/src/authorization/check_service.rs
@@ -24,7 +24,7 @@ impl envoy_types::ext_authz::v3::pb::Authorization for CheckService {
) -> Result<Response<CheckResponse>, Status> {
let request = request.into_inner();
- if self.authorizer.authorize(request) {
+ if dbg!(self.authorizer.authorize(dbg!(request))) {
Ok(Response::new(CheckResponse::with_status(Status::ok("OK"))))
} else {
Ok(Response::new(CheckResponse::with_status(