summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2025-09-10chore: split the Procfile for each environmentmo khan
2025-08-14chore: update makefile and build scriptsmo khan
2025-07-31Connect to postgresqlmo khan
2025-07-22feat: connect to spicedbmo khan
2025-07-21chore: install spicedbmo khan
2025-07-21chore: use debug image to provide sh for envoy-shim to generate yaml config ↵mo khan
from environment variables
2025-07-21chore: remote UI testsmo khan
2025-07-21chore: use minit to start processes from Procfilemo khan
2025-05-26chore: use dumb-init to manage pid 1mo 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-23chore: upgrade to go 1.24.3mo khan
2025-05-15refactor: rename init.sh to entrypoint.shmo khan
2025-05-15refactor: remove unused environment variablesmo khan
2025-05-12chore: mimic how services are run between docker and host machinemo khan
2025-05-12refactor: mimic target deployment filesystemmo khan
2025-05-12chore: update to envoy v1.34mo khan
2025-05-11chore: slim down docker build contextmo khan
2025-05-08chore: export default ports for envoymo khan
2025-05-08chore: bind envoy to port 80mo khan
2025-05-08chore: bundle envoy with sparklemo khan
2025-04-14feat: connect the sessions controller into the appmo khan
2025-04-14chore: update docker image to bind to port 80 by defaultmo khan
2025-04-14chore: bind to port 8080 by defaultmo khan
2025-04-11chore: build scratch image with makemo khan
2025-04-11chore: build sparkled in dockermo khan