thelabdude commented on a change in pull request #346: URL: https://github.com/apache/solr-operator/pull/346#discussion_r728415958
########## File path: controllers/util/solr_api/api.go ########## @@ -110,5 +124,17 @@ func init() { // setup an http client that can talk to Solr pods using untrusted, self-signed certs customTransport := http.DefaultTransport.(*http.Transport).Clone() customTransport.TLSClientConfig = &tls.Config{InsecureSkipVerify: true} - SetNoVerifyTLSHttpClient(&http.Client{Transport: customTransport}) + + // TODO: nocommit ~ useful for debugging Oidc activity + transportWithLogging := &loghttp.Transport{ Review comment: Note: this will be going away, just using it to see the JWT token in the Bearer header in outgoing calls to Solr. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org