Remove SQS plugin (#26524)

To be moved to Enterprise.

The paths and plugin itself were not activated.
This commit is contained in:
Christopher Swenson
2024-04-18 13:50:11 -07:00
committed by GitHub
parent dd939d9a7e
commit 1e36019f1c
10 changed files with 0 additions and 619 deletions

View File

@@ -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,