| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-22 | feat: connect to spicedb | mo khan | |
| 2025-07-21 | chore: provide local check service as the default | mo khan | |
| 2025-07-11 | refactor: use remote service when it is available | mo khan | |
| 2025-07-11 | refactor: rename CheckService to LocalCheckService | mo khan | |
| 2025-07-11 | chore: split the RemoteCheckService from the LocalCheckService | mo khan | |
| 2025-07-02 | fix: check if an authzd host is provided | mo khan | |
| 2025-07-02 | chore: fix AUTHZD_HOST value | mo khan | |
| 2025-06-26 | feat: connect to the remove authorization daemon | mo khan | |
| 2025-05-24 | refactor: do not make rpc call from authzd | mo khan | |
| 2025-05-23 | feat: delegate to the remote authzd to check if the permission is granted | 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. | |||
