diff options
Diffstat (limited to 'src/authorization')
| -rw-r--r-- | src/authorization/cedar_authorizer.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/authorization/cedar_authorizer.rs b/src/authorization/cedar_authorizer.rs index 940794b2..6cda7484 100644 --- a/src/authorization/cedar_authorizer.rs +++ b/src/authorization/cedar_authorizer.rs @@ -159,6 +159,9 @@ impl Authorizer for CedarAuthorizer { tracing::info!( decision = ?decision, diagnostics = ?response.diagnostics(), + principal = %cedar_request.principal().unwrap(), + action = %cedar_request.action().unwrap(), + resource = %cedar_request.resource().unwrap(), host = %http_request.host, method = %http_request.method, path = %http_request.path, |
