Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSSecretManager ¶
type AWSSecretManager struct {
// contains filtered or unexported fields
}
func (AWSSecretManager) ReadLatestSecret ¶
func (c AWSSecretManager) ReadLatestSecret(ctx context.Context, uri string, output interface{}) error
type Client ¶
type Client interface { // ReadLatestSecret reads and deserializes the latest version of JSON-encoded secret. ReadLatestSecret(ctx context.Context, uri string, output interface{}) error }
Client secrets vault client.
func NewAWSSecretManagerFromConfig ¶
NewAWSSecretManagerFromConfig initiates the AWS Secretsmanager.
Click to show internal directories.
Click to hide internal directories.