Get temporary AWS credentials
GET/api/v1/credentials
Returns temporary AWS credentials for an assumed role. Authenticated with a client certificate. Credentials are issued only for roles assigned to the caller. Requires the CAP API to be enabled.
Request
Responses
- 200
- 400
- 403
- 404
- 500
The temporary credentials.
A required parameter is missing.
The caller is not authorized to assume the requested role.
No role matches the requested parameters.
The credentials could not be issued.