auth

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credential

type Credential struct {
	AccessKeyID     string
	SecretAccessKey string
	SessionToken    string
}

Credential is the provider-local AWS credential shape consumed by the lightweight STS / EC2 / IAM / S3 API clients under pkg/providers/aws/api.

func FromOptions

func FromOptions(options schema.Options) (Credential, error)

func New

func New(accessKeyID, secretAccessKey, sessionToken string) Credential

func (Credential) Validate

func (c Credential) Validate() error

Jump to

Keyboard shortcuts

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