Skip to content

Commit f9f4a87

Browse files
committed
Turn off vcert trace
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
1 parent 9183740 commit f9f4a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/venafi/tpp/tpp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func (c *Connector) request(method string, resource urlResource, data interface{
461461
defer res.Body.Close()
462462
body, err = ioutil.ReadAll(res.Body)
463463
// Do not enable trace in production
464-
trace := true // IMPORTANT: sensitive information can be diclosured
464+
trace := false // IMPORTANT: sensitive information can be diclosured
465465
// I hope you know what are you doing
466466
if trace {
467467
log.Println("#################")

0 commit comments

Comments
 (0)