Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Region string Profile string AccessKeyID string SecretAccessKey string UseChainCredentials bool Session *session.Session SecretsManagerClient *secretsmanager.SecretsManager SecretCache map[string]map[string]interface{} )
Functions ¶
func GetAwsSecret ¶
Types ¶
type SessionProvider ¶
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.
Click to show internal directories.
Click to hide internal directories.