summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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