Documentation ¶
Index ¶
Constants ¶
View Source
const ( UID = "AWS" UseSTSKey = "useSTS" )
Variables ¶
This section is empty.
Functions ¶
func NewSecretGetter ¶
func NewSecretManager ¶
func NewSecretManager() secret.SecretManager
Types ¶
type SecretInfo ¶
type SecretInfo struct { // Specifies the path where secret engine is enabled Path string // Specifies the role for credential Role string // If true, '/aws/sts' endpoint will be used to retrieve credential // Otherwise, '/aws/creds' endpoint will be used to retrieve credential UseSTS bool Client *vaultapi.Client }
func New ¶
func New() *SecretInfo
func (*SecretInfo) SetOptions ¶
Click to show internal directories.
Click to hide internal directories.