We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 (
Expected: Basic auth would be obfuscated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: