Jenkins Printing Kubernetes Plugin Authorization Bearer Token in Logs Jenkins Printing Kubernetes Plugin Authorization Bearer Token in Logs kubernetes kubernetes

Jenkins Printing Kubernetes Plugin Authorization Bearer Token in Logs


See the documentation for okhttp

Warning: The logs generated by this interceptor when using the HEADERS or BODY levels have the potential to leak sensitive information such as "Authorization" or "Cookie" headers and the contents of request and response bodies. This data should only be logged in a controlled way or in a non-production environment.

So you should probably not activate that logging in an environment where you have sensitive tokens.