summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-11feat: import project policiesgl-policiesmo khan
2025-07-10chore: use staticly linked library to build static binarymo khan
2025-07-10chore: install openssl and pkgconfig for reqwest cratemo khan
2025-07-10chore: build all the binariesmo khan
2025-07-10chore: define IMAGE_TAG after PROJECT_NAMEmo khan
2025-07-10fix: specify the binary to build in the docker imagemo khan
2025-07-10chore: regenerate entities.json filesmo khan
2025-07-10feat: add access_level to entities.jsonmo khan
2025-07-10docs: Update README with links to presentations and guidancemo khan
2025-07-10chore: update makefile to add targets for building binaries and checking envmo khan
2025-07-10chore: move binaries to ./binmo khan
2025-07-10chore: regenerate entities.json filesmo khan
2025-07-10fix: allow authenticated+authorized users to create Sparklesmo khan
2025-07-10test: ensure authenticated users that are not in the entities do not have accessmo khan
2025-07-10test: print failure details for table testmo 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: remove old entities.jsonmo khan
2025-07-10chore: validate the generated entities.jsonmo khan
2025-07-10chore: shorten target namesmo 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-10chore: generate staging entities.jsonmo khan
2025-07-10chore: add make targets to generate entities.json filesmo khan
2025-07-10chore: add entities.json for three different projectsmo khan
2025-07-10refactor: remove hard-coded organizationmo khan
2025-07-10refactor: rename generate to allmo khan
2025-07-10chore: vendor dependenciesmo 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-10chore: move entities.json to etc/authzdmo khan
2025-07-10chore: generate entities.json file for sparkle projectmo khan
2025-07-10chore: format cedar policy using make fmtmo khan
2025-07-10chore: remove test-image targetmo khan
2025-07-10chore: only exclude top level bin directorymo khan
2025-07-10docs: add an example entities.json filemo khan
2025-07-10feat: extract JWT subject claim headermo khan
2025-07-09chore: remove id annotationsmo khan
2025-07-09refactor: extract build_user functionmo 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-09test: consolidate some of the duplicate testsmo khan
2025-07-09chore: print error when policies cannot be loadedmo khan
2025-07-09test: extract common test setup to initialize loggermo khan