• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Logflare / logflare / d34c9f9e75fd8fa48af5db18cd80a544e18ef230
81%

Build:
DEFAULT BRANCH: main
Ran 04 Jun 2026 06:55PM UTC
Jobs 1
Files 478
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jun 2026 06:43PM UTC coverage: 80.942% (+0.03%) from 80.916%
d34c9f9e75fd8fa48af5db18cd80a544e18ef230

push

github

web-flow
fix(webhook): restore redacted secret headers on config update (#3559)

* fix(webhook): restore redacted secret headers on config update

redact_config/1 masks secret headers (e.g. Authorization) as the literal
string "REDACTED" when a backend is serialized, so clients never receive
the real value. On update the client echoes the sentinel back for unchanged
headers, and because cast_config replaces the whole headers map, the stored
secret was being overwritten with "REDACTED" (or dropped entirely if the
client stripped the sentinel) — silently breaking authenticated webhook /
log drain destinations whenever any other header changed.

cast_config now un-redacts: for each submitted header still set to the
sentinel, the existing stored value is swapped back in (and dropped if there
is nothing to restore). Headers the user actually changed pass through, an
empty map still clears all headers, and omitting headers keeps them as-is.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Format

* Reduce nesting for lint

* Fix

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Brian <brianshan@gmail.com>

11 of 11 new or added lines in 1 file covered. (100.0%)

12792 of 15804 relevant lines covered (80.94%)

3790.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 d34c9f9e75fd8fa48af5db18cd80a544e18ef230.1 04 Jun 2026 06:55PM UTC 478
80.94
GitHub Action Run
Source Files on build d34c9f9e75fd8fa48af5db18cd80a544e18ef230
  • Tree
  • List 478
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d34c9f9e on github
  • Prev Build on main (#85E41AA8...)
  • Next Build on main (#03080C8E...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc