Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keychain ¶
type Keychain struct {
// contains filtered or unexported fields
}
Keychain is a container registry authenticator using the standard AWS credentials without requiring the host file system. Most keychain implementations work with the host's local .docker/config.json, which is not useful if we already have a set of standard AWS credentials setup for our program. This keychain implementation works by requesting an authoriczation token from ECR for the container registry identified by the provided AWS credentials, which usually resolves to the AWS account within which those AWS credentials have been defined.
Click to show internal directories.
Click to hide internal directories.