mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	DBPW - Enables AutoMTLS for DB plugins (#10220)
This also temporarily disables couchbase, elasticsearch, and mongodbatlas because the `Serve` function needs to change signatures and those plugins are vendored in from external repos, causing problems when building.
This commit is contained in:
		| @@ -353,8 +353,8 @@ func TestPredict_Plugins(t *testing.T) { | ||||
| 				"cert", | ||||
| 				"cf", | ||||
| 				"consul", | ||||
| 				"couchbase-database-plugin", | ||||
| 				"elasticsearch-database-plugin", | ||||
| 				// "couchbase-database-plugin", | ||||
| 				// "elasticsearch-database-plugin", | ||||
| 				"gcp", | ||||
| 				"gcpkms", | ||||
| 				"github", | ||||
| @@ -369,7 +369,7 @@ func TestPredict_Plugins(t *testing.T) { | ||||
| 				"mongodb", | ||||
| 				"mongodb-database-plugin", | ||||
| 				"mongodbatlas", | ||||
| 				"mongodbatlas-database-plugin", | ||||
| 				// "mongodbatlas-database-plugin", | ||||
| 				"mssql", | ||||
| 				"mssql-database-plugin", | ||||
| 				"mysql", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Golowka
					Michael Golowka