summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-14chore: remove invalid envoy configurationmo khan
2025-07-14chore: configure spicedb to emit JSON logsmo khan
2025-07-14chore: check if envoy is installed and pass raw args to programmo khan
2025-07-14chore: removed vendored code for removed cratesmo khan
2025-07-14chore: provide error message when spicedb is not installedmo khan
2025-07-14chore: add shell script to shim request to spicedbmo khan
2025-07-14test: update integration test to test ext_authz servicemo khan
2025-07-14chore: handle health checks in envoy rather than authzdmo khan
2025-07-14docs: update README to include link to install spicedbmo khan
2025-07-14chore: update envoy to proxy requests directly to spicedbmo khan
2025-07-14chore: run authzd on 50052 instead of 50051 to prevent port collisionmo khan
2025-07-14chore: specify spicedb flagsmo khan
2025-07-14chore: install spicedb binary in docker imagemo khan
2025-07-14chore: run spicedb via Procfilemo khan
2025-07-14chore: rework examples to use project and gitlab rolesmo khan
2025-07-14chore: add make targets to setup spice schemamo khan
2025-07-14docs: add notes on SpiceDBmo 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-11test: add test to ensure access to the sparkle homepage in devmo khan
2025-07-11chore: tidy up request logsmo khan
2025-07-11Merge branch 'cli' into 'main'mo 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-10Merge branch 'entities' into 'main'mo 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