package
0.1.0-rc5
Repository: https://github.com/joshdk/aws-auth.git
Documentation: pkg.go.dev

# Functions

Chain finds a sequence of transforms that can be used to obtain credentials for the given profile, starting with some initial AWS credentials.
Enrich combines the given sts.Credentials with information about their associated principal for convenience.
Transform is a reduce-style operation.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Transformer represents types that are able to trade a given sts.Credentials value for a new (derived) sts.Credentials value.