mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Add listing of roles to ssh backend
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user