summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2025-06-17feat: create sts binary and run itmo khan
2025-06-06chore: add support for Claudemo 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-12refactor: mimic target deployment filesystemmo khan
2025-05-08chore: ignore .env.* filesmo khan
2025-05-08chore: add envoy config and make targetsmo khan
2025-04-25chore: add a temp directorymo khan
2025-04-14chore: load env vars from .env filesmo khan
2025-04-11refactor: split routes to separate controller filesmo khan
2025-04-11chore: build scratch image with makemo khan