mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
commands: enable the mysql secret backend
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
|||||||
|
|
||||||
"github.com/hashicorp/vault/builtin/logical/aws"
|
"github.com/hashicorp/vault/builtin/logical/aws"
|
||||||
"github.com/hashicorp/vault/builtin/logical/consul"
|
"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/postgresql"
|
||||||
"github.com/hashicorp/vault/builtin/logical/transit"
|
"github.com/hashicorp/vault/builtin/logical/transit"
|
||||||
|
|
||||||
@@ -61,6 +62,7 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
|
|||||||
"consul": consul.Factory,
|
"consul": consul.Factory,
|
||||||
"postgresql": postgresql.Factory,
|
"postgresql": postgresql.Factory,
|
||||||
"transit": transit.Factory,
|
"transit": transit.Factory,
|
||||||
|
"mysql": mysql.Factory,
|
||||||
},
|
},
|
||||||
}, nil
|
}, nil
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user