mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 10:37:56 +00:00 
			
		
		
		
	postgres: sanitize private_key from READ config endpoint (#28070)
This commit is contained in:
		 John-Michael Faircloth
					John-Michael Faircloth
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							b003c57ac0
						
					
				
				
					commit
					1b1f22192a
				
			| @@ -488,7 +488,7 @@ func TestPostgreSQL_InitializeSSL(t *testing.T) { | ||||
| 				"connection_url":       connURL, | ||||
| 				"max_open_connections": 5, | ||||
| 				"tls_certificate":      string(clientCert.CombinedPEM()), | ||||
| 				"tls_private_key":      string(clientCert.PrivateKeyPEM()), | ||||
| 				"private_key":          string(clientCert.PrivateKeyPEM()), | ||||
| 				"tls_ca":               string(caCert.CombinedPEM()), | ||||
| 			} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user