summaryrefslogtreecommitdiff
path: root/tests/support
AgeCommit message (Collapse)Author
2025-07-17feat: migrate from Cedar to SpiceDB authorization systemmo 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-10fix: allow authenticated+authorized users to create Sparklesmo khan
2025-07-09refactor: extract build_user functionmo khan
2025-07-09test: extract common test setup to initialize loggermo khan
2025-07-09chore: start to provide entities to cedarmo khan
2025-07-05chore: apply clippy suggestionsmo khan
2025-07-05refactor: provide cedar entities in constructormo khan
2025-06-27test: move helpers to factory_bot modulemo khan
2025-06-27test: rename common module to supportmo khan