#data-access #cyberfabric-system #cyberfabric

cf-static-tr-plugin

Tenant resolver plugin with static config-based tenant data and access rules

2 releases

Uses new Rust 2024

new 0.1.1 Feb 3, 2026
0.1.0 Jan 25, 2026

#8 in #cyberfabric-system

Download history 20/week @ 2026-01-20 39/week @ 2026-01-27

59 downloads per month

Apache-2.0

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