| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-17 | feat: migrate from Cedar to SpiceDB authorization system | mo khan | |
| This is a major architectural change that replaces the Cedar policy-based authorization system with SpiceDB's relation-based authorization. Key changes: - Migrate from Rust to Go implementation - Replace Cedar policies with SpiceDB schema and relationships - Switch from envoy `ext_authz` with Cedar to SpiceDB permission checks - Update build system and dependencies for Go ecosystem - Maintain Envoy integration for external authorization This change enables more flexible permission modeling through SpiceDB's Google Zanzibar inspired relation-based system, supporting complex hierarchical permissions that were difficult to express in Cedar. Breaking change: Existing Cedar policies and Rust-based configuration will no longer work and need to be migrated to SpiceDB schema. | |||
| 2025-07-14 | chore: use dockerhub image | mo khan | |
| 2025-07-14 | chore: install spicedb binary in docker image | mo khan | |
| 2025-07-10 | chore: use staticly linked library to build static binary | mo khan | |
| 2025-07-10 | chore: install openssl and pkgconfig for reqwest crate | mo khan | |
| 2025-07-10 | chore: build all the binaries | mo khan | |
| 2025-07-10 | fix: specify the binary to build in the docker image | mo khan | |
| 2025-07-03 | chore: use port 20000 to prevent colliding with sparkle | mo khan | |
| 2025-07-03 | chore: use port 8080 to not collide with sparkle port | mo khan | |
| 2025-07-03 | chore: use dumb-init to be pid1 | mo khan | |
| 2025-07-03 | chore: replace forego with minit | mo khan | |
| 2025-07-03 | chore: use forego to start services | mo khan | |
| 2025-07-03 | chore: include envoy in docker image | mo khan | |
| 2025-07-03 | chore: add envoy configuration | mo khan | |
| 2025-07-02 | feat: implement cargo vendor and optimize Docker builds | mo khan | |
| 2025-06-26 | refactor: try to move policy files to /etc/authzd/ | mo khan | |
| 2025-06-25 | chore: build optimized docker image | mo khan | |
| 2025-06-25 | chore: install musl lib c in docker builder image | mo khan | |
| 2025-06-18 | chore: remove unnecessary ls from Dockerfile | mo khan | |
| 2025-06-18 | refactor: switch to a pure rust implementation | mo khan | |
| 2025-05-02 | refactor: remove anything unrelated to the authz daemon | mo khan | |
