Add warning about HttpClient wire logging to docs.

This commit is contained in:
Scott Frederick
2019-08-15 13:32:31 -05:00
parent 6754da6a60
commit 869be1c25c

View File

@@ -25,6 +25,8 @@ To use Apache HttpComponents to communicate with CredHub, add the following depe
</dependency>
----
WARNING: Apache HttpClient's https://hc.apache.org/httpcomponents-client-4.5.x/logging.html[wire logging] can be enabled through logging configuration. Make sure to not accidentally enable wire logging as logs may expose traffic (including tokens and secrets) between your application and CredHub in plain text.
=== OkHttp 3
To use OkHttp 3 to communicate with CredHub, add the following dependency to the application: