mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Remove SQS plugin (#26524)
To be moved to Enterprise. The paths and plugin itself were not activated.
This commit is contained in:
committed by
GitHub
parent
dd939d9a7e
commit
1e36019f1c
@@ -52,7 +52,6 @@ import (
|
||||
vaulthttp "github.com/hashicorp/vault/http"
|
||||
"github.com/hashicorp/vault/internalshared/configutil"
|
||||
"github.com/hashicorp/vault/internalshared/listenerutil"
|
||||
"github.com/hashicorp/vault/plugins/event"
|
||||
"github.com/hashicorp/vault/sdk/helper/consts"
|
||||
"github.com/hashicorp/vault/sdk/helper/jsonutil"
|
||||
"github.com/hashicorp/vault/sdk/helper/strutil"
|
||||
@@ -97,7 +96,6 @@ type ServerCommand struct {
|
||||
CredentialBackends map[string]logical.Factory
|
||||
LogicalBackends map[string]logical.Factory
|
||||
PhysicalBackends map[string]physical.Factory
|
||||
EventBackends map[string]event.Factory
|
||||
|
||||
ServiceRegistrations map[string]sr.Factory
|
||||
|
||||
@@ -3108,7 +3106,6 @@ func createCoreConfig(c *ServerCommand, config *server.Config, backend physical.
|
||||
AuditBackends: c.AuditBackends,
|
||||
CredentialBackends: c.CredentialBackends,
|
||||
LogicalBackends: c.LogicalBackends,
|
||||
EventBackends: c.EventBackends,
|
||||
LogLevel: config.LogLevel,
|
||||
Logger: c.logger,
|
||||
DetectDeadlocks: config.DetectDeadlocks,
|
||||
|
||||
Reference in New Issue
Block a user