| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-12 | chore: rename ZED_ env vars to SPICEDB_HEADmain | mo khan | |
| 2025-07-28 | chore: fix typo in startup logs | mo khan | |
| 2025-07-25 | refactor: extract init to load ioc container with dependencies | mo khan | |
| 2025-07-23 | refactor: move LoadSchema into authz package | mo khan | |
| 2025-07-23 | chore: load the spicedb schema into spice at startup | mo khan | |
| 2025-07-22 | feat: connect to spicedb | mo khan | |
| 2025-07-02 | fix: check if an authzd host is provided | mo khan | |
| 2025-07-02 | chore: provide port in authzd connection and connects with tls credentials | mo khan | |
| 2025-06-26 | feat: connect to the remove authorization daemon | mo khan | |
| 2025-05-24 | chore: fixup startup logging in authzd | 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. | |||
