Description:
Petasos exposed basic auth to consul in it's logs when the consul server went out of service. (gateway 502 error).
{
authorization: Basic [redacted]
device_id: [redacted]/config
error: Unexpected response code: 502 (
<title>502 Bad Gateway</title>
502 Bad Gateway
nginx/1.10.2
)
level: error
msg: accessor failed to return an instance
ts: 2020-03-10T18:13:07.133368323Z
}
Expected:
Basic auth would be obfuscated.
Description:
Petasos exposed basic auth to consul in it's logs when the consul server went out of service. (gateway 502 error).
{
<title>502 Bad Gateway</title>authorization: Basic [redacted]
device_id: [redacted]/config
error: Unexpected response code: 502 (
502 Bad Gateway
nginx/1.10.2 ) level: error msg: accessor failed to return an instance ts: 2020-03-10T18:13:07.133368323Z }
Expected:
Basic auth would be obfuscated.