STSSessionToken uses the GetSessionToken API to retrieve a temporary session token.
| Key | Description |
|---|---|
| access_key_id | The access key ID that identifies the temporary security credentials. |
| secret_access_key | The secret access key that can be used to sign requests. |
| session_token | The token that users must pass to the service API to use the temporary credentials. |
| expiration | The date on which the current credentials expire. |
You can choose from three authentication mechanisms:
spec.auth.secretRefspec.auth.jwtFollowing request parameters can be provided:
{% include 'generator-sts.yaml' %}
Example ExternalSecret that references the STS Session Token generator:
{% include 'generator-sts-example.yaml' %}