From 0c6051477f6c974856055e4d28bceb3c5c512ae7 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 11 Jul 2025 17:03:43 -0600 Subject: fix: load policies from relative path --- src/authorization/cedar_authorizer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authorization/cedar_authorizer.rs b/src/authorization/cedar_authorizer.rs index 6cda7484..ed639f28 100644 --- a/src/authorization/cedar_authorizer.rs +++ b/src/authorization/cedar_authorizer.rs @@ -130,7 +130,7 @@ impl CedarAuthorizer { impl Default for CedarAuthorizer { fn default() -> Self { Self::new_from( - std::path::Path::new("/etc/authzd"), + std::path::Path::new("./etc/authzd"), cedar_policy::Entities::empty(), ) } -- cgit v1.2.3