mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Stop passing in loggers to clusters explicitly (#21999)
This commit is contained in:
		| @@ -55,7 +55,6 @@ func TestJWTEndToEnd(t *testing.T) { | ||||
| func testJWTEndToEnd(t *testing.T, ahWrapping, useSymlink, removeJWTAfterReading bool) { | ||||
| 	logger := logging.NewVaultLogger(hclog.Trace) | ||||
| 	coreConfig := &vault.CoreConfig{ | ||||
| 		Logger: logger, | ||||
| 		CredentialBackends: map[string]logical.Factory{ | ||||
| 			"jwt": vaultjwt.Factory, | ||||
| 		}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nick Cabatoff
					Nick Cabatoff