oci

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OIDCAuth added in v1.1.0

func OIDCAuth(ctx context.Context, url, provider string) (authn.Authenticator, error)

OIDCAuth generates the OIDC credential authenticator based on the specified cloud provider.

Types

type Anonymous

type Anonymous authn.AuthConfig

Anonymous is an authn.AuthConfig that always returns an anonymous authenticator. It is useful for registries that do not require authentication or when the credentials are not known. It implements authn.Keychain `Resolve` method and can be used as a keychain.

func (Anonymous) Resolve

func (a Anonymous) Resolve(_ authn.Resource) (authn.Authenticator, error)

Resolve implements authn.Keychain.

type VerificationResult added in v1.3.0

type VerificationResult string

VerificationResult represents the result of a verification process.

const (
	// VerificationResultSuccess indicates that the artifact has been verified.
	VerificationResultSuccess VerificationResult = "verified"
	// VerificationResultFailed indicates that the artifact could not be verified.
	VerificationResultFailed VerificationResult = "unverified"
	// VerificationResultIgnored indicates that the artifact has not been verified
	// but is allowed to proceed. This is used primarily when notation is used
	// as the verifier.
	VerificationResultIgnored VerificationResult = "ignored"
)

type Verifier

type Verifier interface {
	Verify(ctx context.Context, ref name.Reference) (VerificationResult, error)
}

Verifier is an interface for verifying the authenticity of an OCI image.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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