mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	 d87657199d
			
		
	
	d87657199d
	
	
	
		
			
			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.
MongoDB Tests
The test TestInit_clientTLS cannot be run within CircleCI in its current form. This is because it's not
possible to use volume mounting with the docker executor.
Because of this, the test is skipped. Running this locally shouldn't present any issues as long as you have docker set up to allow volume mounting from this directory:
go test -v -run Init_clientTLS
This may be able to be fixed if we mess with the entrypoint or the command arguments.