summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)Author
2025-07-05refactor: pass the PaC autorizer to the server to allow trying different onesmo khan
2025-07-04chore: configure tracingmo khan
2025-07-02chore: bind to ipv4 addressmo khan
2025-06-27refactor: extract authorization::Server typemo khan
2025-06-27refactor: extract create_server function to test it directlymo khan
2025-06-26refactor: try to move policy files to /etc/authzd/mo khan
2025-06-26chore: add minimal basic loggingmo khan
2025-06-26chore: update the BIND_ADDR variable and read itmo khan
2025-06-25chore: print startup message when server startsmo khan
2025-06-24refactor: copy duplicate test helper methodmo khan
2025-06-24feat: connect check service to a minimal cedar policymo khan
2025-06-19refactor: extract a Authorizer Trait with a stub for a Cedar authorizermo khan
2025-06-19refactor: rename PolicyServer to CheckServicemo khan
2025-06-19test: add testsmo khan
2025-06-18chore: add make target to list rpc servicesmo khan
2025-06-18feat: register the health check service and the reflection servicemo khan
2025-06-18refactor: switch to a pure rust implementationmo khan