d0fc0114da66
Mint a fleet-scoped mablnet operator session (peer JOIN credential + operator-command token)
Issues the same pair of short-lived signed artifacts as /authorize/operator/tenant, but for a fleet operator session — one that operates on the Link Router fleet itself (Router inventory, drain a Router) rather than a customer Host. Both artifacts bind to the fleet sentinel workspace (mabl) rather than a customer workspace. The peer_credential is recognised locally by a Router's OperatorTenantAuthenticator (verified against the same KMS-held Ed25519 key, never resolved against a customer tunnel) and admits the operator to the Router's operator tenant; the operator_token carries the fleet scope set and is validated by the Router's MablFleetOperatorAuthorizer. Auth: user-OAuth callers who are mabl global admins only. Fleet operations act across customers, so the support-admin diagnostic tier admitted by the tenant endpoint is deliberately excluded here. Scope policy: global admins get the fleet scope set (read:router-inventory, drain:router, write:log-level). Callers do not request scopes — the api decides. Lifetime: 30 minutes per issued session; callers re-fetch when needed.
Request body
Response
Fleet operator session minted successfully.