Summary
Include multi-tenancy configuration in scaffolded projects. Enterprise deployments serving multiple teams or customers need tenant isolation at the data, rate-limit, and identity layers.
Requirements
- Add
tenant section to scaffolded agent.yaml with oidc_claim_path, rate_limit_per_tenant, and enabled toggle.
- Include Postgres RLS migration scripts in
migrations/ when multi-tenant is enabled.
- Prompt the user during
fips-agents create whether multi-tenancy is needed.
- Scaffold a YAML comment explaining how tenant ID is extracted from the OIDC token.
Companion Issues
Companion issues filed on fips-agents/agent-template, fips-agents/gateway-template, fips-agents/ui-template, and fips-agents/examples.
Size
S
Summary
Include multi-tenancy configuration in scaffolded projects. Enterprise deployments serving multiple teams or customers need tenant isolation at the data, rate-limit, and identity layers.
Requirements
tenantsection to scaffoldedagent.yamlwithoidc_claim_path,rate_limit_per_tenant, andenabledtoggle.migrations/when multi-tenant is enabled.fips-agents createwhether multi-tenancy is needed.Companion Issues
Companion issues filed on fips-agents/agent-template, fips-agents/gateway-template, fips-agents/ui-template, and fips-agents/examples.
Size
S