mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Adding transit logical backend
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
|
||||
"github.com/hashicorp/vault/builtin/logical/aws"
|
||||
"github.com/hashicorp/vault/builtin/logical/consul"
|
||||
"github.com/hashicorp/vault/builtin/logical/transit"
|
||||
|
||||
"github.com/hashicorp/vault/audit"
|
||||
tokenDisk "github.com/hashicorp/vault/builtin/token/disk"
|
||||
@@ -51,8 +52,9 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
|
||||
"github": credGitHub.Factory,
|
||||
},
|
||||
LogicalBackends: map[string]logical.Factory{
|
||||
"aws": aws.Factory,
|
||||
"consul": consul.Factory,
|
||||
"aws": aws.Factory,
|
||||
"consul": consul.Factory,
|
||||
"transit": transit.Factory,
|
||||
},
|
||||
}, nil
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user