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
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
When a chain registration fails, http basic Auth information is leaked in the logs.
{"@timestamp":"2022-03-31T15:24:49Z","chain_name":"besu_0-X0mac","error":"08000@: Post "http://user1:***@besu2.ops.consensys.net\": dial tcp: lookup besu2.ops.consensys.net on 10.100.0.10:53: no such host","log.level":"error","message":"(use-cases.register-chain): failed to fetch chain id","url":"http://user1:[email protected]"}
here the value "secret" is hidden in the connexion string but displayed in logs url.
The text was updated successfully, but these errors were encountered: