v1

latestOpenAPI 3.0.32026-07-2647121109.1 KB
CWObject

Create access key from container credentials

AWS-style container-credentials provider. Returns short-lived access keys for in-cluster workloads using the workload's own OIDC token.

get/v1/cwobject/temporary-credentials/oidc/{orgId}

Path parameters

orgIdstring required

Response

OK

AccessKeyIdstring

The access-key ID.

SecretAccessKeystring

The secret access key. Treat as a credential.

Tokenstring

An optional session token. May be empty for non-session credentials.

Expirationstring date-time

The expiration time of the credentials.

attributesobject

Free-form caller-supplied attributes attached to the key (for example, name).

multiAttributesobject

Free-form caller-supplied multi-valued attributes attached to the key. Each value is an AttributeList (an array of strings).