diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-27 16:45:17 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-27 16:45:17 -0600 |
| commit | cce3e0f170dfacb6b626a8777255c3183c5c5eb3 (patch) | |
| tree | 788d88c028001d435b7f03685f4cf675a2fdacc0 /src/authorization/cedar_authorizer.rs | |
| parent | 7bda8947c80fc507b722f321977522bd50377c17 (diff) | |
refactor: extract authorization::Server type
Diffstat (limited to 'src/authorization/cedar_authorizer.rs')
| -rw-r--r-- | src/authorization/cedar_authorizer.rs | 1 |
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")) |
