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

pomerium / pomerium / 5861315321
45%

Build:
DEFAULT BRANCH: main
Ran 14 Aug 2023 10:36PM UTC
Jobs 1
Files 280
Run time 3s
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

14 Aug 2023 10:28PM UTC coverage: 63.973% (-0.02%) from 63.991%
5861315321

push

github

web-flow
authorize: rework token substitution in headers (#4456)

Currently Pomerium replaces dynamic set_request_headers tokens
sequentially. As a result, if a replacement value itself contained a
supported "$pomerium" token, Pomerium may treat that as another
replacement, resulting in incorrect output.

This is unlikely to be a problem given the current set of dynamic
tokens, but if we continue to add additional tokens, this will likely
become more of a concern.

To forestall any issues, let's perform all replacements in one pass,
using the os.Expand() method. This does require a slight change to the
syntax, as tokens containing a '.' will need to be wrapped in curly
braces, e.g. ${pomerium.id_token}.

A literal dollar sign can be included by using $$ in the input.

29 of 29 new or added lines in 2 files covered. (100.0%)

14202 of 22200 relevant lines covered (63.97%)

116.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5861315321.1 14 Aug 2023 10:36PM UTC 0
63.97
GitHub Action Run
Source Files on build 5861315321
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #5861315321
  • e8b489eb on github
  • Prev Build on main (#5836770992)
  • Next Build on main (#5872004029)
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