authenticator

package
v0.2.0-alpha.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewECRSecret added in v0.2.0

func NewECRSecret(config rest.Interface) (*ecrSecret, error)

Types

type Authenticator

type Authenticator interface {
	// AuthFilename Gets Authentication File Path for OCI Registry
	AuthFilename() string

	// AddToConfigMap Adds Namespace to config map
	AddToConfigMap(ctx context.Context, name string, namespace string) error

	// DelFromConfigMap Removes Namespace from config map
	DelFromConfigMap(ctx context.Context, name string, namespace string) error

	// GetSecretValues Retrieves ImagePullSecrets data to pass to helm chart
	GetSecretValues(ctx context.Context, namespace string) (map[string]interface{}, error)
}

Authenticator is an interface for creating an authentication file with credentials to private registries

Currently this is used with the Helm Driver which takes credentials in this way For this first implementation, kubernetes secrets will be used to pass in a token

type DockerAuth

type DockerAuth struct {
	Auths map[string]DockerAuthRegistry `json:"auths,omitempty"`
}

DockerAuth Structure for the authentication file

type DockerAuthRegistry

type DockerAuthRegistry struct {
	Auth string `json:"auth"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL