mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
parent
6d9efa1dac
commit
d9030a3c71
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ import (
|
|||
"github.com/hashicorp/vault/builtin/logical/mongodb"
|
||||
"github.com/hashicorp/vault/builtin/logical/mssql"
|
||||
"github.com/hashicorp/vault/builtin/logical/mysql"
|
||||
"github.com/hashicorp/vault/builtin/logical/nomad"
|
||||
"github.com/hashicorp/vault/builtin/logical/pki"
|
||||
"github.com/hashicorp/vault/builtin/logical/postgresql"
|
||||
"github.com/hashicorp/vault/builtin/logical/rabbitmq"
|
||||
|
|
@ -442,6 +443,7 @@ func init() {
|
|||
"mongodb": mongodb.Factory,
|
||||
"mssql": mssql.Factory,
|
||||
"mysql": mysql.Factory,
|
||||
"nomad": nomad.Factory,
|
||||
"pki": pki.Factory,
|
||||
"plugin": plugin.Factory,
|
||||
"postgresql": postgresql.Factory,
|
||||
|
|
|
|||
Loading…
Reference in a new issue