Overview
Grantex supports AWS Cedar as a pluggable policy backend. Cedar provides fine-grained, type-safe policy evaluation with an entity-based model.Configuration
Cedar Entity Model
Grantex maps authorization requests to Cedar’s entity model:| Cedar Concept | Grantex Mapping |
|---|---|
| Principal | Grantex::Agent with agent ID |
| Action | Grantex::Action::authorize |
| Resource | Grantex::Grant with grant ID |
| Context | scopes, principal, developer, time |