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 (<html> <head><title>502 Bad Gateway</title></head> <body bgcolor="white"> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx/1.10.2</center> </body> </html> ) level: error msg: accessor failed to return an instance ts: 2020-03-10T18:13:07.133368323Z } Expected: Basic auth would be obfuscated.