summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2025-08-14chore: update makefile and build scriptsmo khan
2025-08-14Fix the broken build by running pg as a separate container.mo khan
Improve shell scripts and remove /sparkles/restore endpoint - Add error handling and debugging to shell scripts with `set -e` and `DEBUG` flag - Ensure scripts run from project root with `cd "$(dirname "$0")/.."` - Remove `/sparkles/restore` endpoint from public routes and Envoy config - Add Postgres test container support for integration tests - Update CI configuration with newer Runway version and improved test setup - Simplify Makefile by removing redundant commands ------- :robot: Commit message generated by GitLab Duo
2025-07-31Connect to postgresqlmo khan
2025-07-25chore: extract LOG_LEVEL env var to tune loggingmo khan
2025-07-24chore: remove cockroach dbmo khan
2025-07-24chore: fix spelling of cockroachmo khan
2025-07-24chore: start cockroach db in Procfilemo khan
2025-07-22chore: add shell script to wrap zed climo khan
2025-07-21chore: install spicedbmo khan
2025-07-21chore: remote UI testsmo khan
2025-07-21chore: use minit to start processes from Procfilemo khan
2025-07-03chore: explicitly set the base-idmo khan
2025-06-04update dumb-init path in entrypoint.shJay Swain
2025-05-28refactor: remove unused configurationmo khan
2025-05-26fix: do not provide secrets to sparklemo khan
2025-05-26chore: use dumb-init to manage pid 1mo khan
2025-05-24chore: suppress output of command -vmo khan
2025-05-23feat: add external authorization service (authzd) with JWT authenticationmo khan
- Add new authzd gRPC service implementing Envoy's external authorization API - Integrate JWT authentication filter in Envoy configuration with claim extraction - Update middleware to support both cookie-based and header-based user authentication - Add comprehensive test coverage for authorization service and server - Configure proper service orchestration with authzd, sparkled, and Envoy - Update build system and Docker configuration for multi-service deployment - Add grpcurl tool for gRPC service debugging and testing This enables fine-grained authorization control through Envoy's ext_authz filter while maintaining backward compatibility with existing cookie-based authentication.
2025-05-15chore: add link to envoy install docsmo khan
2025-05-15refactor: rename init.sh to entrypoint.shmo khan
2025-05-15refactor: remove unused environment variablesmo khan
2025-05-12test: remove UI testsmo khan
2025-05-12chore: mimic how services are run between docker and host machinemo khan
2025-05-12refactor: mimic target deployment filesystemmo khan