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

pomerium / pomerium / 7400637783
52%

Build:
DEFAULT BRANCH: main
Ran 03 Jan 2024 05:50PM UTC
Jobs 1
Files 334
Run time 26s
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 Jan 2024 05:48PM UTC coverage: 59.849% (+0.03%) from 59.818%
7400637783

push

github

web-flow
authenticateflow: change how sessions are deleted (#4893)

The identity manager expects to be able to read session ID and user ID
from any deleted databroker session records. The session.Delete()
wrapper method is not compatible with this expectation, as it calls
Put() with a record containing an empty session. The stateful
authentication flow currently calls session.Delete() from its
RevokeSession() method.

The result is that the identity manager will not correctly track
sessions deleted by the the stateful authentication flow, and will still
try to use them during session refresh and user info refresh.

Instead, let's change the stateful authentication flow RevokeSession()
method to perform deletions in a way that is compatible with the current
identity manager code. That is, include the existing session data in the
Put() call to delete the revoked session.

15173 of 25352 relevant lines covered (59.85%)

105.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7400637783.1 03 Jan 2024 05:50PM UTC 0
59.85
GitHub Action Run
Source Files on build 7400637783
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7400637783
  • fb9eb31b on github
  • Prev Build on main (#7389028784)
  • Next Build on main (#7404336050)
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