We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947f66a commit bb96f2bCopy full SHA for bb96f2b
1 file changed
authority/provisioner/est_auth.go
@@ -39,7 +39,6 @@ type ESTAuthRequest struct {
39
}
40
41
func (s *EST) GetClientCertificateConfig() *ClientCertificateConfig {
42
- fmt.Printf("EST provisioner: %#v\n", s)
43
return &ClientCertificateConfig{
44
Enable: boolValue(s.EnableTLSClientCertificate, false),
45
ForwardedTLSClientCertHeader: s.ForwardedTLSClientCertHeader,
0 commit comments