2 releases
Uses new Rust 2024
| new 0.1.1 | Feb 3, 2026 |
|---|---|
| 0.1.0 | Jan 25, 2026 |
#8 in #cyberfabric-system
59 downloads per month
1MB
18K
SLoC
Static Tenant Resolver Plugin
This plugin provides tenant data and access rules from configuration. Useful for testing, development, and simple deployments.
Configuration
modules:
static_tr_plugin:
vendor: "hyperspot"
priority: 100
tenants:
- id: "550e8400-e29b-41d4-a716-446655440001"
name: "Tenant A"
status: active
access_rules:
- source: "550e8400-e29b-41d4-a716-446655440001"
target: "550e8400-e29b-41d4-a716-446655440002"
Static Tenant Resolver Plugin
Config-based plugin for testing multi-tenant deployments.
Quick Reference
- Tenants and access rules defined in YAML config
- In-memory storage (no database required)
- Implements
TenantResolverPluginClient
Dependencies
~37–57MB
~779K SLoC