2 repository-uri
Connectors for offloading authorization decisions to a centralized engine from reverse proxies.
Distinct from Reverse Proxy Security: Distinct from Reverse Proxy Security: focuses on the integration with a centralized policy engine rather than general proxy security patterns.
Explore 2 awesome GitHub repositories matching security & cryptography · Proxy Authorization Integrations. Refine with filters or upvote what's useful.
Casbin is an authorization library that provides a model-based engine for enforcing access control across diverse application environments. It decouples authorization logic from application code by using a configuration-driven approach, allowing developers to define access rules and evaluation logic independently. The system supports a wide range of access control models, including role-based, attribute-based, and relationship-based patterns, which are evaluated at runtime to determine if a subject is permitted to perform an action on a resource. The project distinguishes itself through a hig
Connects reverse proxies and service meshes to a centralized policy engine.
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
Integrates custom authorization logic into network proxy workflows to perform dynamic access checks.