Skip to main content

Crate tr_authz_plugin

Crate tr_authz_plugin 

Source
Expand description

TR AuthZ Resolver Plugin

AuthZ plugin that resolves tenant hierarchy via TenantResolverClient. Produces In(owner_tenant_id) predicates for tenant scoping and optional InGroup/InGroupSubtree predicates from request context.

§Configuration

modules:
  tr_authz_plugin:
    config:
      vendor: "hyperspot"
      priority: 50

Re-exports§

pub use module::TrAuthZPlugin;

Modules§

config
Configuration for the TR AuthZ resolver plugin.
domain
module
TR AuthZ resolver plugin module.