Signs an SSH certificate for an inference model
Signs a short-lived SSH certificate granting access to a running inference model pod. Returns the signed SSH certificate, a JWT token for SSH proxy authentication, the proxy address to connect through, and the certificate expiry time.
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Body
Request to sign an SSH certificate for accessing a workload pod.
Response
Response containing a signed SSH certificate for proxy authentication.
The signed SSH certificate in OpenSSH format.
Signed JWT (ES256) for SSH proxy authorization.
Address of the SSH proxy to connect to (host:port).
When the certificate expires, in ISO 8601 format.