Files
netbird/client/internal
Riccardo Manfrin 352a1d348a [client] Do not log the WireGuard key on a parse failure (#7379)
The error already says what went wrong: an invalid base64 payload
reports the offending byte offset, and a wrong key size reports the
length. Passing the key itself adds nothing an operator can act on, and
the line is emitted at Error level, so it reaches every log sink and
every debug bundle.
2026-09-01 12:41:12 +02:00
..