package
0.1.4
Repository: https://github.com/codeactual/aws-exec-cmd.git
Documentation: pkg.go.dev

# Functions

GetAssumeRoleCreds returns credentials using the given role.
GetEC2RoleCreds returns credentials using the given role.
NewBasicEC2RoleProvider returns an EC2RoleProvider for a given role.
ResolveRoleChain returns the final credentials triple after walking a list of roles.
SvcToBasicCreds returns a basic credentials triple from the STS version.

# Constants

EnvTempRoleChainAlias can be used at the head of a role chain to use seed the walk with temporary credentials from the environment.
InstanceRoleChainAlias can be used at the head of a role chain to use seed the walk with credentials from the metadata service.

# Structs

ResolveRoleChainInput describes the chain to traverse and initial credentials, if any.

# Type aliases

ResolveRoleChainLog wraps a standard error and also include more details about the traversal progress to help identify where it stopped.