logical/postgresql: create DB credentials

This commit is contained in:
Mitchell Hashimoto
2015-04-18 18:37:27 -07:00
parent 979e42be35
commit f640048fad
5 changed files with 204 additions and 3 deletions

View File

@@ -28,6 +28,11 @@ func Backend() *framework.Backend {
Paths: []*framework.Path{
pathConfigConnection(&b),
pathRoles(&b),
pathRoleCreate(&b),
},
Secrets: []*framework.Secret{
secretCreds(&b),
},
}