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
Description:
When talaria submits a request with an incorrect basic auth, that auth is exposed in the logs. Basic auth should be hidden.
{"caller":"authorizationHandler.go:127","content-length":752,"level":"error","method":"POST","msg":"request denied","remoteAddress":"[redacted]","sat-client-id":"","token":"Basic [manually redacted]","ts":"2020-04-01T17:49:19.18400027Z","url":"[redacted]","user-agent":"Go-http-client/1.1","validator-error":null,"validator-response":false}
expected:
Basic auth would be obfuscated
The text was updated successfully, but these errors were encountered:
Description:
When talaria submits a request with an incorrect basic auth, that auth is exposed in the logs. Basic auth should be hidden.
{"caller":"authorizationHandler.go:127","content-length":752,"level":"error","method":"POST","msg":"request denied","remoteAddress":"[redacted]","sat-client-id":"","token":"Basic [manually redacted]","ts":"2020-04-01T17:49:19.18400027Z","url":"[redacted]","user-agent":"Go-http-client/1.1","validator-error":null,"validator-response":false}
expected:
Basic auth would be obfuscated
The text was updated successfully, but these errors were encountered: