summaryrefslogtreecommitdiff
path: root/src/authorization/cedar_authorizer.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-27 16:45:17 -0600
committermo khan <mo@mokhan.ca>2025-06-27 16:45:17 -0600
commitcce3e0f170dfacb6b626a8777255c3183c5c5eb3 (patch)
tree788d88c028001d435b7f03685f4cf675a2fdacc0 /src/authorization/cedar_authorizer.rs
parent7bda8947c80fc507b722f321977522bd50377c17 (diff)
refactor: extract authorization::Server type
Diffstat (limited to 'src/authorization/cedar_authorizer.rs')
-rw-r--r--src/authorization/cedar_authorizer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/authorization/cedar_authorizer.rs b/src/authorization/cedar_authorizer.rs
index 658de7a6..a877cf87 100644
--- a/src/authorization/cedar_authorizer.rs
+++ b/src/authorization/cedar_authorizer.rs
@@ -51,6 +51,7 @@ impl CedarAuthorizer {
Ok(policies)
}
}
+
impl Default for CedarAuthorizer {
fn default() -> Self {
Self::new_from(std::path::Path::new("/etc/authzd"))