Add listing of roles to ssh backend

This commit is contained in:
Jeff Mitchell
2016-01-28 12:48:00 -05:00
parent 15e77e0856
commit 886f641e5d
2 changed files with 24 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ func Backend(conf *logical.BackendConfig) (*framework.Backend, error) {
Paths: []*framework.Path{
pathConfigZeroAddress(&b),
pathKeys(&b),
pathListRoles(&b),
pathRoles(&b),
pathCredsCreate(&b),
pathLookup(&b),