summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-02chore: rename log messagemo khan
2025-07-02chore: request method, path and headers in tracingmo khan
2025-07-02chore: add minimal loggingmo khan
2025-07-02chore: add requst timeout of 30 secondsmo khan
2025-07-02chore: remove logging interceptormo khan
2025-06-27chore: add a logging interceptor to log requestmo khan
2025-06-27refactor: fix typo in log messagemo khan
2025-06-27refactor: remove the reflection servicemo khan
2025-06-27refactor: attempt to create constructor that allows passing in servicesmo khan
2025-06-27refactor: extract authorization::Server typemo khan
2025-06-27refactor: extract create_server function to test it directlymo khan
2025-06-27test: replace hardcoded path with relative pathmo khan
2025-06-27feat: scan directory for all policy filesmo khan
2025-06-26test: tidy up the testsmo 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-26feat: add some debug loggingmo khan
2025-06-25chore: print startup message when server startsmo khan
2025-06-25test: move unit tests to integration test suite to share codemo khan
2025-06-25test: move cedar_authorizer tests to integration test suitemo khan
2025-06-24test: remove commented out testmo khan
2025-06-24refactor: copy duplicate test helper methodmo khan
2025-06-24feat: connect check service to a minimal cedar policymo khan
2025-06-20test: delegate to create_request helpermo khan
2025-06-20test: extract helper function to create a check requestmo khan
2025-06-20refactor: use please buildersmo khan
2025-06-20refactor: extract an x modulemo khan
2025-06-20refactor: improve generic builder methodsmo khan
2025-06-20refactor: collapse initializers in a functional chainmo khan
2025-06-20refactor: collapse object initializers into a single onemo khan
2025-06-20refactor: experiment with rust genericsmo khan
2025-06-19refactor: split types into separate filesmo khan
2025-06-19refactor: rename client_headers to headersmo 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
2025-02-27Move src file to bin dirmo khan
2025-02-27Parse the saml response and display it on a webpagemo khan
2025-02-27Complete the first portion of a saml transactionmo khan
2025-02-27Add a tiny SAML IdPmo khan