mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:22:29 +08:00
Remove fmt.Println of client certificate (#86773)
This commit is contained in:
@ -595,7 +595,6 @@ func (s *Service) dsTLSOptions(ctx context.Context, ds *datasources.DataSource)
|
||||
|
||||
if tlsClientAuth {
|
||||
if val, exists, err := s.DecryptedValue(ctx, ds, "tlsClientCert"); err == nil {
|
||||
fmt.Print("\n\n\n\n", val, exists, err, "\n\n\n\n")
|
||||
if exists && len(val) > 0 {
|
||||
opts.ClientCertificate = val
|
||||
}
|
||||
|
Reference in New Issue
Block a user