mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-25 00:51:28 +02:00
A discovery failure in the live e2e rendered the vendor's response into the assertion message. When the vendor is Bedrock, that response is an AWS refusal naming the resource it refused, and the name is an ARN carrying the 12-digit account id — into a job log anyone who can see the run can read. The earlier change kept the body out of the success log and left the failure paths quoting it, which is the path that actually carries the refusal. Report the response's size and top-level keys instead. That is what the failure is diagnosed from anyway: which envelope arrived, not what was in it.