aws

package module
v0.79.0-devel Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package aws provides the implementation for aws auth exchange

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AWSAuth

type AWSAuth struct {
	// contains filtered or unexported fields
}

AWSAuth contains the implementation for the AWS cloud auth

func NewAWSAuth

func NewAWSAuth(config *cloudauthconfig.AWSProviderConfig) *AWSAuth

NewAWSAuth creates a new AWSAuth from an AWSProviderConfig.

func (*AWSAuth) GenerateAuthProof

func (a *AWSAuth) GenerateAuthProof(ctx context.Context, _ pkgconfigmodel.Reader, config *common.AuthConfig) (string, error)

GenerateAuthProof generates an AWS-specific authentication proof using SigV4 signing. This proof includes a signed AWS STS GetCallerIdentity request that proves access to AWS credentials. The context parameter allows for cancellation of the proof generation.

Jump to

Keyboard shortcuts

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