diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-16 11:00:38 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-16 11:00:38 -0600 |
| commit | d04d2e530baad1470736a601dfcafd4162952ae4 (patch) | |
| tree | 0010865ce965374be699b25aef1b008fc6bf0ace /src/bin | |
| parent | fb05a439113daf8750be6df025f9676221d8e228 (diff) | |
refactor: rename CedarAuthorizer to cedar::Authorizer
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/cli.rs b/src/bin/cli.rs index 5bc118b7..a6d2fa8a 100644 --- a/src/bin/cli.rs +++ b/src/bin/cli.rs @@ -85,7 +85,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> { tracing::info!(address = %addr, "Starting"); authzd::authorization::Server::new( - authzd::authorization::cedar::CedarAuthorizer::default(), + authzd::authorization::cedar::Authorizer::default(), )? .serve(addr.parse().unwrap()) .await?; |
