diff options
Diffstat (limited to 'src/authorization/check_service.rs')
| -rw-r--r-- | src/authorization/check_service.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/check_service.rs b/src/authorization/check_service.rs index b6809339..e66a0e7b 100644 --- a/src/authorization/check_service.rs +++ b/src/authorization/check_service.rs @@ -28,7 +28,7 @@ impl envoy_types::ext_authz::v3::pb::Authorization for CheckService { log::info!("OK"); Ok(Response::new(CheckResponse::with_status(Status::ok("OK")))) } else { - log::info!("Unoauthorized"); + log::info!("Unauthorized"); Ok(Response::new(CheckResponse::with_status( Status::unauthenticated("Unauthorized"), ))) |
