mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
commands: enable the mysql secret backend
This commit is contained in:
parent
d9e313c120
commit
9daf07176b
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ import (
|
|||
|
||||
"github.com/hashicorp/vault/builtin/logical/aws"
|
||||
"github.com/hashicorp/vault/builtin/logical/consul"
|
||||
"github.com/hashicorp/vault/builtin/logical/mysql"
|
||||
"github.com/hashicorp/vault/builtin/logical/postgresql"
|
||||
"github.com/hashicorp/vault/builtin/logical/transit"
|
||||
|
||||
|
|
@ -61,6 +62,7 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
|
|||
"consul": consul.Factory,
|
||||
"postgresql": postgresql.Factory,
|
||||
"transit": transit.Factory,
|
||||
"mysql": mysql.Factory,
|
||||
},
|
||||
}, nil
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue