mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Fix lint
This commit is contained in:
		
							parent
							
								
									0018a78d5a
								
							
						
					
					
						commit
						c3b68adfed
					
				@ -418,13 +418,15 @@ func getHeadscaleCLIClient() (context.Context, v1.HeadscaleServiceClient, *grpc.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		if cfg.CLI.Insecure {
 | 
							if cfg.CLI.Insecure {
 | 
				
			||||||
			tlsConfig := &tls.Config{
 | 
								tlsConfig := &tls.Config{
 | 
				
			||||||
 | 
									// turn of gosec as we are intentionally setting
 | 
				
			||||||
 | 
									// insecure.
 | 
				
			||||||
 | 
									//nolint:gosec
 | 
				
			||||||
				InsecureSkipVerify: true,
 | 
									InsecureSkipVerify: true,
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			grpcOptions = append(grpcOptions,
 | 
								grpcOptions = append(grpcOptions,
 | 
				
			||||||
				grpc.WithTransportCredentials(credentials.NewTLS(tlsConfig)),
 | 
									grpc.WithTransportCredentials(credentials.NewTLS(tlsConfig)),
 | 
				
			||||||
			)
 | 
								)
 | 
				
			||||||
 | 
					 | 
				
			||||||
		} else {
 | 
							} else {
 | 
				
			||||||
			grpcOptions = append(grpcOptions,
 | 
								grpcOptions = append(grpcOptions,
 | 
				
			||||||
				grpc.WithTransportCredentials(credentials.NewClientTLSFromCert(nil, "")),
 | 
									grpc.WithTransportCredentials(credentials.NewClientTLSFromCert(nil, "")),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user