mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-31 18:48:08 +00:00
logical/postgresql: create DB credentials
This commit is contained in:
@@ -28,6 +28,11 @@ func Backend() *framework.Backend {
|
||||
Paths: []*framework.Path{
|
||||
pathConfigConnection(&b),
|
||||
pathRoles(&b),
|
||||
pathRoleCreate(&b),
|
||||
},
|
||||
|
||||
Secrets: []*framework.Secret{
|
||||
secretCreds(&b),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user