summaryrefslogtreecommitdiff
path: root/etc/authzd
AgeCommit message (Collapse)Author
2025-09-10chore: add standard roles to spice schemamo khan
2025-07-18feat: authorize http resourcesmo khan
2025-07-18chore: define the standard roles on the projectmo khan
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-14chore: fix linter error in cedar policymo khan
2025-07-14feat: allow access to sparkle in developmentmo khan
2025-07-14chore: rework examples to use project and gitlab rolesmo khan
2025-07-14chore: add make targets to setup spice schemamo khan
2025-07-14refactor: extract method to make GET api callmo khan
2025-07-10chore: regenerate entities.json filesmo khan
2025-07-10chore: regenerate entities.json filesmo khan
2025-07-10fix: allow authenticated+authorized users to create Sparklesmo khan
2025-07-10chore: remove old entities.jsonmo khan
2025-07-10chore: generate staging entities.jsonmo khan
2025-07-10chore: add entities.json for three different projectsmo khan
2025-07-10chore: move entities.json to etc/authzdmo khan
2025-07-10chore: format cedar policy using make fmtmo khan
2025-07-09chore: remove id annotationsmo khan
2025-07-09test: consolidate some of the duplicate testsmo khan
2025-07-09fix: decorate policies with unique name to prevent collisionmo khan
2025-07-09chore: split sparkle policies into separate filemo khan
2025-07-05chore: use cedar policy cli to format and lint cedar policiesmo khan
2025-07-05refactor: remove duplicate path in cedar policymo khan
2025-07-05feat: allow requests from localhostmo khan
2025-07-05refactor: remove action check in policymo khan
2025-07-05feat: allow access from production sparklemo khan
2025-07-05refactor: remove duplication from cedar policymo khan
2025-07-05fix: fix typo in cedar policy filemo khan
2025-07-04test: add missing public asset testsmo khan
2025-07-04refactor: move hard coded checks with cedar policymo khan
2025-06-27style: reformat the cedar policymo khan
2025-06-26refactor: try to move policy files to /etc/authzd/mo khan