summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-02chore: add lint job and speed up unit test jobmo khan
2025-07-02Merge branch 'rs' into 'main'mo khan
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-27test: move helpers to factory_bot modulemo khan
2025-06-27test: convert build_client to a generic functionmo khan
2025-06-27test: rename common module to supportmo khan
2025-06-27test: merge server testsmo khan
2025-06-27test: add tests for grpc servermo khan
2025-06-27docs: Add links to READMEmo khan
2025-06-27style: reformat the cedar policymo khan
2025-06-27refactor: extract create_server function to test it directlymo khan
2025-06-27test: refactor duplicate tests and start to build test harness for rpc servermo khan
2025-06-27test: rename create_request -> build_requestmo khan
2025-06-27test: replace hardcoded path with relative pathmo khan
2025-06-27test: extract factory_bot factory for cedar authorizermo 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-26chore: remove test-grpc until we can have the proper protobuf filesmo khan
2025-06-25chore: build optimized docker imagemo khan
2025-06-25chore: use mise to install toolsmo khan
2025-06-25chore: install musl lib c in docker builder imagemo khan
2025-06-25chore: add make targetsmo khan
2025-06-25chore: print startup message when server startsmo khan
2025-06-25feat: inline create_test_request functionmo khan
2025-06-25test: use build_header functionmo khan
2025-06-25test: extract a build_headers functionmo khan
2025-06-25test: move builder functions to factory_bot modulemo khan
2025-06-25test: extract factory_bot modulemo khan
2025-06-25test: improve readability of some of the test codemo khan
2025-06-25test: start to extract buildersmo 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-20refactor: copy create_request to test common modmo khan
2025-06-20test: delegate to create_request helpermo khan