OneLiteLLM team per company+virt keys
All checks were successful
Build and Push / build (push) Successful in 1m24s
All checks were successful
Build and Push / build (push) Successful in 1m24s
This commit is contained in:
@@ -37,7 +37,18 @@ export interface PiecedTenantStatus {
|
||||
phase: "Pending" | "Provisioning" | "Running" | "Ready" | "Error" | "Deleting";
|
||||
message?: string;
|
||||
observedGeneration?: number;
|
||||
/**
|
||||
* Org-level LiteLLM team id (since Slice 2 — shared across all tenants
|
||||
* of the same ZITADEL org). For per-tenant spend attribution use
|
||||
* `litellmKeyAlias`, not this field.
|
||||
*/
|
||||
litellmTeamId?: string;
|
||||
/**
|
||||
* Per-tenant LiteLLM virtual-key alias (set to the CR name). Used by
|
||||
* the portal to filter spend logs to a single tenant within a shared
|
||||
* org-level team.
|
||||
*/
|
||||
litellmKeyAlias?: string;
|
||||
tenantNamespace?: string;
|
||||
enabledPackages?: string[];
|
||||
conditions?: Array<{
|
||||
|
||||
Reference in New Issue
Block a user