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

@@ -50,7 +50,6 @@ import (
physSpanner "github.com/hashicorp/vault/physical/spanner"
physSwift "github.com/hashicorp/vault/physical/swift"
physZooKeeper "github.com/hashicorp/vault/physical/zookeeper"
"github.com/hashicorp/vault/plugins/event"
"github.com/hashicorp/vault/sdk/logical"
"github.com/hashicorp/vault/sdk/physical"
physFile "github.com/hashicorp/vault/sdk/physical/file"
@@ -172,8 +171,6 @@ var (
"plugin": plugin.Factory,
}
eventBackends = map[string]event.Factory{}
logicalBackends = map[string]logical.Factory{
"plugin": plugin.Factory,
"database": logicalDb.Factory,
@@ -731,7 +728,6 @@ func initCommands(ui, serverCmdUi cli.Ui, runOpts *RunOptions) map[string]cli.Co
},
AuditBackends: auditBackends,
CredentialBackends: credentialBackends,
EventBackends: eventBackends,
LogicalBackends: logicalBackends,
PhysicalBackends: physicalBackends,