Support Cloud tenant identity bootstrap

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Dotta 2026-05-03 21:50:23 -05:00
parent 29401b231b
commit ae23e02526
3 changed files with 232 additions and 4 deletions

View file

@ -19,7 +19,7 @@ declare global {
isInstanceAdmin?: boolean;
keyId?: string;
runId?: string;
source?: "local_implicit" | "session" | "board_key" | "agent_key" | "agent_jwt" | "none";
source?: "local_implicit" | "session" | "board_key" | "agent_key" | "agent_jwt" | "cloud_tenant" | "none";
};
}
}