Documentation ¶
Overview ¶
Package ec2authenticator implements Docker repository authentication for ECR using an AWS SDK session and a root.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
type T struct { // Session is an AWS SDK session that is authorized // to generate authorization tokens for the account's // ECR repository. Session *session.Session }
T is a Docker repository authenticator for ECR repositories.
func (*T) Authenticate ¶
Authenticate deposits Docker repository authentication material for the ECR repository into the provided cfg object.
Click to show internal directories.
Click to hide internal directories.