package
1.17.0
Repository: https://github.com/ircody/amazon-ecs-agent.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

IAMRoleCredentialsFromACS translates ecsacs.IAMRoleCredentials object to api.IAMRoleCredentials.
NewManager creates a new credentials manager object.

# Constants

ApplicationRoleType specifies the credentials that are to be used by the task itself.
CredentialsIDQueryParameterName is the name of GET query parameter for the task ID.
CredentialsPath is the path to the credentials handler.
ExecutionRoleType specifies the credentials used for non task application uses.
No description provided by the author
No description provided by the author

# Structs

IAMRoleCredentials is used to save credentials sent by ACS.
TaskIAMRoleCredentials wraps the task arn and the credentials object for the same.

# Interfaces

Manager is responsible for saving and retrieving credentials.