test(e2e): pin verifier v0.9.0 release cut before tagging - #32
Merged
Conversation
Pre-tag E2E for the auth.policy-verifier minor release, in the order the release rule requires: cut merged -> umbrella E2E green -> tag. VERIFIER_REV moves from dd8adc65 (v0.8.1) to 6d6a26a43959c85558fabf834d2dbc3d32c41a86 (release: v0.9.0, o3co/auth.policy-verifier#219 via #220 #221 #222 #224 #223). PROVIDER_REV / PROXY_REV / PROVIN_REV are unchanged. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward revision pin update consistent with the PR description and used directly by the E2E setup targets.
Pull request overview
Pins the E2E harness to the auth.policy-verifier commit intended for the v0.9.0 release cut, enabling a pre-tag regression run in the required order (cut merged → umbrella E2E green → tag).
Changes:
- Update
VERIFIER_REVto6d6a26a43959c85558fabf834d2dbc3d32c41a86(v0.9.0 cut candidate).
File summaries
| File | Description |
|---|---|
Makefile |
Updates the pinned verifier revision used by setup/build/test-e2e to run umbrella E2E against the v0.9.0 release cut commit. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-tag E2E for one minor release, in the order the release rule requires: cut merged → umbrella E2E green → tag.
dd8adc65(v0.8.1)6d6a26a4(#223 on top of #220 #221 #222 #224)v0.9.00.9.0 makes the verifier usable with an external IdP as the authorization layer alone (o3co/auth.policy-verifier#219):
oauth.authenticatorselects a registered token authenticator;oauth.jwt.audienceClaimandtokenType = "*"accept Clerk / Cognito token shapes;PayloadScopeCollector { claim }andPayloadClaimAttributeCollectorturn an IdP's claims into attributes. Every existing config reads as before (authenticator→jwt,audienceClaim→aud,claim→scope); the two type-level edges are BREAKING (types only) in its CHANGELOG. This harness authenticates with auth.provider's JWTs, so this run is the regression check for the unchanged path — the cumulative audit's Critical / Important were folded before the cut.PROVIDER_REV,PROXY_REVandPROVIN_REVare unchanged. The tag is pushed only after this run is green.🤖 Generated with Claude Code