062d255124 
								
							 
						 
						
							
							
								
								Handle ioutil deprecations ( #53526 )  
							
							... 
							
							
							
							* replace ioutil.ReadFile -> os.ReadFile
* replace ioutil.ReadAll -> io.ReadAll
* replace ioutil.TempFile -> os.CreateTemp
* replace ioutil.NopCloser -> io.NopCloser
* replace ioutil.WriteFile -> os.WriteFile
* replace ioutil.TempDir -> os.MkdirTemp
* replace ioutil.Discard -> io.Discard 
							
						 
						
							2022-08-10 15:37:51 +02:00  
				
					
						
							
							
								 
						
							
								7897c6b7d5 
								
							 
						 
						
							
							
								
								Chore: Fix staticcheck issues ( #28854 )  
							
							... 
							
							
							
							* Chore: Fix issues reported by staticcheck
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Undo changes
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> 
							
						 
						
							2020-11-05 11:57:20 +01:00  
				
					
						
							
							
								 
						
							
								73e405978b 
								
							 
						 
						
							
							
								
								add support for periodically reloading mysql client certs ( #14892 )  
							
							
							
						 
						
							2019-05-16 13:45:22 +02:00  
				
					
						
							
							
								 
						
							
								54c1bf0cc9 
								
							 
						 
						
							
							
								
								Chore: a bit of spring cleaning ( #16710 )  
							
							... 
							
							
							
							* Chore: use early return technic everywhere
And enable "indent-error-flow" revive rule
* Chore: remove if-return rule from revive config
* Chore: improve error messages
And enable "error-strings" revive rule
* Chore: enable "error-naming" revive rule
* Chore: make linter happy
* Chore: do not duplicate gofmt execution
* Chore: make linter happy
* Chore: address the pull review comments 
							
						 
						
							2019-04-23 11:24:47 +03:00  
				
					
						
							
							
								 
						
							
								c21ffcc6c9 
								
							 
						 
						
							
							
								
								generalized database connection cert support and added to postgres  
							
							
							
						 
						
							2016-11-22 15:29:22 -08:00  
				
					
						
							
							
								 
						
							
								3f9f0679ec 
								
							 
						 
						
							
							
								
								gofmt  
							
							
							
						 
						
							2015-12-22 13:10:34 +00:00  
				
					
						
							
							
								 
						
							
								ea566fff24 
								
							 
						 
						
							
							
								
								Add TLS for mysql  
							
							... 
							
							
							
							Use ssl_mode for mysql and add docs
add docs for the new parameters in config
Tolerate ssl_mode without client authentication
Client cert is not necessary for a SSL connection. So we tolerate
failure if client cert is not provided.
Improve error message if missing server_cert_name and mode is not
skip-verify. 
							
						 
						
							2015-12-22 12:42:52 +00:00