summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-07-17refactor: remove cedarmo khan
2025-07-16fix: the buf tonic plugin is not compatible with newer versions of tonicmo khan
2025-07-16test: fix failing testsmo khan
2025-07-16fix: revert back to envoy-types cratemo khan
2025-07-16chore: add generated rpc codemo khan
2025-07-16chore: add google type protosmo khan
2025-07-16chore: use bug to generate envoy typesmo khan
2025-07-16chore: generate spicedb rpc clientmo khan
2025-07-16refactor: extract ::new()mo khan
2025-07-16refactor: rename CedarAuthorizer to cedar::Authorizermo khan
2025-07-16test: start to flush out test for spice authorizermo khan
2025-07-16feat: start to build spice authorizer implementationmo khan
2025-07-16refactor: rename to default authorizermo khan
2025-07-16refactor: move cedar code into a separate modulemo khan
2025-07-15refactor: extract a separate module for cedarmo khan
2025-07-14chore: fix linter error with type complexitymo khan
2025-07-14chore: handle health checks in envoy rather than authzdmo khan
2025-07-14chore: run authzd on 50052 instead of 50051 to prevent port collisionmo khan
2025-07-14refactor: delegate to api#getmo khan
2025-07-14chore: fix more linter errorsmo khan
2025-07-14chore: fix linter errorsmo khan
2025-07-14refactor: delegate to api.get functionmo khan
2025-07-14refactor: extract method to make GET api callmo khan
2025-07-11fix: load policies from relative pathmo khan
2025-07-11chore: add principal, action and resource to logmo khan
2025-07-11chore: tidy up request logsmo khan
2025-07-11chore: provide default value for bind addr and fix Procfilemo khan
2025-07-11refactor: merge the server and cli into a single binarymo khan
2025-07-10feat: add access_level to entities.jsonmo khan
2025-07-10fix: allow authenticated+authorized users to create Sparklesmo khan
2025-07-10feat: provide the http method and path as the action and resourcemo khan
2025-07-10refactor: remove unused context valuemo khan
2025-07-10chore: validate the generated entities.jsonmo khan
2025-07-10refactor: pass api client to repository ctormo khan
2025-07-10refactor: pass project path to all()mo khan
2025-07-10refactor: extract an api typemo khan
2025-07-10refactor: move gitlab types to a separate modulemo khan
2025-07-10refactor: rename to fetch_hierarchymo khan
2025-07-10refactor: remove hard-coded organizationmo khan
2025-07-10refactor: rename generate to allmo khan
2025-07-10refactor: move functions to repository typemo khan
2025-07-10feat: hack together a CLI to generate an entitites.json filemo khan
2025-07-10feat: extract JWT subject claim headermo khan
2025-07-09refactor: combine conditionalsmo khan
2025-07-09refactor: use map_or instead of match expressionmo khan
2025-07-09refactor: inline file_path variablemo khan
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