mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 18:48:08 +00:00 
			
		
		
		
	Remove SQS plugin (#26524)
To be moved to Enterprise. The paths and plugin itself were not activated.
This commit is contained in:
		 Christopher Swenson
					Christopher Swenson
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							dd939d9a7e
						
					
				
				
					commit
					1e36019f1c
				
			| @@ -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, | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user