aws

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2022 License: Apache-2.0 Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SecretsClient added in v1.8.0

type SecretsClient struct {
	common.SecretClient
	// contains filtered or unexported fields
}

func NewSecretsClient added in v1.8.0

func NewSecretsClient(opts ...SecretsClientOpt) (*SecretsClient, error)

func (*SecretsClient) GetJSONSecret added in v1.8.0

func (c *SecretsClient) GetJSONSecret(secretName, secretKey string) (string, error)

func (*SecretsClient) GetTextSecret added in v1.8.0

func (c *SecretsClient) GetTextSecret(secretName string) (string, error)

type SecretsClientOpt added in v1.8.0

type SecretsClientOpt interface {
	// contains filtered or unexported methods
}

func AccessKeyIDAndSecretAccessKey added in v1.8.0

func AccessKeyIDAndSecretAccessKey(accessKeyID, secretAccessKey string) SecretsClientOpt

func CacheTTL added in v1.6.0

func CacheTTL(ttl time.Duration) SecretsClientOpt

func Profile

func Profile(profile string) SecretsClientOpt

func Region

func Region(region string) SecretsClientOpt

func UseChainCredentials

func UseChainCredentials() SecretsClientOpt

type SessionProvider

type SessionProvider struct {
	Session *session.Session
}

SessionProvider custom provider to allow for fallback to session configured credentials.

func (*SessionProvider) IsExpired

func (m *SessionProvider) IsExpired() bool

IsExpired for SessionProvider.

func (*SessionProvider) Retrieve

func (m *SessionProvider) Retrieve() (credentials.Value, error)

Retrieve for SessionProvider.

Jump to

Keyboard shortcuts

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