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

pomerium / pomerium / 26914170053
52%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2026 09:55PM UTC
Jobs 1
Files 704
Run time 2min
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

03 Jun 2026 09:29PM UTC coverage: 52.195% (+0.004%) from 52.191%
26914170053

push

github

web-flow
config: additional jwt_claims_headers validation (#6419)

Currently it's possible to mix up the jwt_claims_headers option syntax
in such a way that the config parses successfully, but then Pomerium
serves a completely blank error web page. This can happen if you
accidentally include a '-' before the headers, like this:

    jwt_claims_headers:
      - X-Pomerium-Claim-Email: email

This validates without an error, but results in the HTTP header name
"x-pomerium-claim-map[x-pomerium-claim-email:email]", which Envoy then
rejects with a confusing error.

Add an explicit check to catch this mistake, in order to fail early with
a clearer error message.

A similar situation occurs if you explicitly include some invalid
character in a header name, e.g.:

    jwt_claims_headers:
      - X:Not:OK: email

Add a check for this case as well.

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

24 existing lines in 6 files now uncovered.

36750 of 70409 relevant lines covered (52.2%)

463.17 hits per line

Coverage Regressions

Lines Coverage ∆ File
10
80.13
-0.21% pkg/ssh/manager.go
6
74.5
-2.01% internal/recording/protocol.go
3
48.12
-0.18% internal/databroker/server_clustered_follower.go
2
69.52
-0.3% internal/databroker/server_backend.go
2
85.67
-0.62% pkg/databrokerutil/syncer.go
1
75.41
0.0% pkg/storage/postgres/registry.go
Jobs
ID Job ID Ran Files Coverage
1 26914170053.1 03 Jun 2026 09:55PM UTC 704
52.2
GitHub Action Run
Source Files on build 26914170053
  • Tree
  • List 704
  • Changed 10
  • Source Changed 1
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26914170053
  • dd6c5815 on github
  • Prev Build on main (#26904476765)
  • Next Build on main (#26960863455)
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