You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
it seems that enabling a debug mode dumps password right into the console making it hard to share the log with developers etc. IMHO there should be some filter to filter at least the basic auth/bearer tokens/... out.
---------------------- REQUEST LOG -----------------------
GET /v1/services HTTP/1.1
HOST : 172.16.16.4:443
HEADERS:
Accept: application/json
Authorization: Basic ZGV2OmRldg== <-- HIDE THIS
Content-Type: application/json
User-Agent: go-resty v1.7 - https://github.com/go-resty/resty
BODY :
***** NO CONTENT *****
----------------------------------------------------------
Any opinions? :)
Thanks
Ashley
The text was updated successfully, but these errors were encountered:
Hi
it seems that enabling a debug mode dumps password right into the console making it hard to share the log with developers etc. IMHO there should be some filter to filter at least the basic auth/bearer tokens/... out.
Any opinions? :)
Thanks
Ashley
The text was updated successfully, but these errors were encountered: