Documentation
¶
Overview ¶
Package db contains all the functionality necessary for interacting with Vault's database secrets engine.
See https://www.vaultproject.io/docs/secrets/databases for more information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
API api.API
TokenManager auth.TokenManager
}
Client is the gateway into Vault's database secrets engine.
func (*Client) GenerateCredentials ¶
GenerateCredentials generates a new set of dynamic credentials based on the role.
type Credentials ¶
Credentials contains secret information for connecting to a database.
Click to show internal directories.
Click to hide internal directories.