Module credentials

Module credentials 

Source
Expand description

Credentials management types

RotatingCredentials wraps Credentials and gives the ability to rotate them at any point in the program, keeping all copies of the same RotatingCredentials in sync with the latest version.

EcsSecurityCredentialsMetadataResponse parses the response from the ECS Instance Metadata, which provides an endpoint for retrieving credentials using the permissions for the attached RAM roles.

Structsยง

Credentials
ALIYUN credentials
EcsSecurityCredentialsMetadataResponse
Parser for responses received from the ECS security-credentials metadata service.
RotatingCredentials
Credentials that can be rotated