summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-09refactor: recursively load files and directoriesmo khan
2025-07-09fix: use PolicySet#merge to merge policies from multiple filesmo khan
2025-07-09chore: print error when policies cannot be loadedmo khan
2025-07-05chore: remove println!mo khan
2025-07-05refactor: pass the PaC autorizer to the server to allow trying different onesmo khan
2025-07-05chore: remove unhelpful loggingmo khan
2025-07-05feat: allow requests from localhostmo khan
2025-07-05refactor: inline cedar policy namespacemo khan
2025-07-05refactor: remove cedar aliasesmo khan
2025-07-05refactor: provide cedar entities in constructormo khan
2025-07-05chore: log the decision and diagnosticsmo khan
2025-07-05fix: fix typo in cedar policy filemo khan
2025-07-04refactor: move hard coded checks with cedar policymo khan
2025-07-04refactor: inline variablesmo khan
2025-07-04refactor: extract method to parse permissionmo khan
2025-07-04refactor: extract method to parse principalmo khan
2025-07-04refactor: extract method to convert http request to cedar contextmo khan
2025-07-04refactor: map from http request to cedar requestmo khan
2025-07-04refactor: start to refactor the sparkle policiesmo khan
2025-07-04style: fix linter errorsmo khan
2025-07-04chore: add additional request loggingmo khan
2025-07-04chore: fix the request headers formatting in the json logsmo khan
2025-07-04chore: configure tracingmo khan
2025-07-04feat: allow access to sparkle homepagemo khan
2025-07-04feat: allow access to sparkle homepagemo khan
2025-07-02feat: implement cargo vendor and optimize Docker buildsmo khan
2025-07-02chore: fix linter errormo khan
2025-07-02fix: report serving status from health check endpointmo khan
2025-07-02fix: install the reflection service for the health check probe discoverymo khan
2025-07-02chore: bind to ipv4 addressmo khan
2025-07-02chore: fix linter errorsmo 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-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