Expand description
Static AuthZ Resolver Plugin
This plugin provides a static authorization policy for development and testing.
- Valid tenant →
decision: truewithinpredicate onowner_tenant_id - Nil or missing tenant →
decision: false
§Configuration
modules:
static_authz_plugin:
config:
vendor: "hyperspot"
priority: 100Re-exports§
pub use module::StaticAuthZPlugin;