FGA Backends
Overview
FGA Backends provide the relationship storage and graph evaluation capabilities that power Keymate's fine-grained authorization (ReBAC). This section covers the backend abstraction layer, the current OpenFGA-based implementation, and deployment patterns for production environments.
When to Read This Section
When you need to understand how Keymate integrates with FGA backends, deploy the authorization backend, or evaluate the current implementation architecture.
Who Should Start Here
- Architects evaluating FGA backend options
- Operators deploying and managing the FGA backend
- Developers integrating relationship-based authorization
Key Topics
- Backend abstraction and pluggable architecture
- Current OpenFGA backend integration
- Deployment models and scaling patterns
Representative Journeys
- I want to understand the backend architecture → Overview
- I want to deploy the FGA backend → Deployment Model
- I want to understand the current implementation → Current OpenFGA Backend