2 مستودعات
Processes for installing and configuring centralized authorization servers in containerized environments.
Distinct from Docker Installations: The candidates are focused on narrow installation types (Docker-only or CA servers), not the overall deployment of an authorization service.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Authorization Server Deployments. Refine with filters or upvote what's useful.
OpenFGA is a fine-grained authorization server and policy decision point that implements relationship-based access control. It serves as a centralized authorization service for evaluating access requests and managing relationship tuples across distributed microservices and multi-tenant environments. The engine combines relationship graphs with attribute-based access control, using the Common Expression Language to evaluate dynamic runtime attributes and conditional access rules. It handles complex hierarchies and nested permissions by traversing chains of associations and parent-child links t
Facilitates the installation and configuration of the authorization server across Docker and Kubernetes environments.
Cerbos is an open-source authorization service that provides a centralized, language-agnostic engine for managing access control. It functions as a policy-as-code platform, allowing teams to define, test, and distribute authorization rules using declarative YAML or JSON configurations. By decoupling access logic from application code, it enables consistent permission enforcement across diverse service stacks. The project distinguishes itself through its ability to translate high-level authorization policies into native database query filters. This capability allows applications to enforce sec
Runs authorization logic locally within browsers or edge environments using WebAssembly.