| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-14 | Fix 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-06-11 | fix: update authzd to allow access to css js assets | mo khan | |
| 2025-05-23 | feat: parse the body of the id token | mo khan | |
| 2025-05-23 | test: extract alias for HTTP Request | mo khan | |
| 2025-05-23 | test: allow authenticated user the ability to create a new sparkle | mo khan | |
| 2025-05-23 | test: update test to generate a valid id_token | mo khan | |
| 2025-05-23 | feat: add external authorization service (authzd) with JWT authentication | mo 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. | |||
