mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +00:00 
			
		
		
		
	backport of commit e29d98aadb (#22526)
				
					
				
			Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							264a8622d2
						
					
				
				
					commit
					d34da50876
				
			@@ -535,7 +535,7 @@ func (c *Config) ParseAddress(address string) (*url.URL, error) {
 | 
			
		||||
			// be pointing to the protocol used in the application layer and not to
 | 
			
		||||
			// the transport layer. Hence, setting the fields accordingly.
 | 
			
		||||
			u.Scheme = "http"
 | 
			
		||||
			u.Host = socket
 | 
			
		||||
			u.Host = "localhost"
 | 
			
		||||
			u.Path = ""
 | 
			
		||||
		} else {
 | 
			
		||||
			return nil, fmt.Errorf("attempting to specify unix:// address with non-transport transport")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user