Skip to main content

Crate static_authz_plugin

Crate static_authz_plugin 

Source
Expand description

Static AuthZ Resolver Plugin

This plugin provides a static authorization policy for development and testing.

  • Valid tenant → decision: true with in predicate on owner_tenant_id
  • Nil or missing tenant → decision: false

§Configuration

modules:
  static_authz_plugin:
    config:
      vendor: "hyperspot"
      priority: 100

Re-exports§

pub use module::StaticAuthZPlugin;

Modules§

config
Configuration for the static AuthZ resolver plugin.
domain
Domain layer for the static AuthZ resolver plugin.
module
Static AuthZ resolver plugin module.