PROP-220: verify chain-bound Repl creation timestamps - #50
Open
pellicceama wants to merge 1 commit into
Open
pellicceama wants to merge 1 commit into
pellicceama wants to merge 1 commit into
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #50 +/- ##
==========================================
+ Coverage 51.21% 52.42% +1.20%
==========================================
Files 7 7
Lines 697 723 +26
==========================================
+ Hits 357 379 +22
- Misses 291 293 +2
- Partials 49 51 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
yinganwang
approved these changes
Aug 31, 2026
yinganwang
marked this pull request as ready for review
September 1, 2026 03:14
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.
What changed
The Go Repl identity verifier now exposes a Repl creation time only when a certificate claim binds the value. It rejects a body that differs from the claim and ignores an unbound body value, so workload code cannot backdate a Repl with
REPL_IDENTITY_KEY.This PR mirrors the contract from https://github.com/replit/goval/pull/22816. It also preserves the timestamp when a caller signs an audience-specific child identity.
References PROP-220
Test plan
go test ./...Rollout
Release this module after the Goval contract merges. Goval must update its Vault renewal consumer to this release before web starts sending the timestamp.
This change is additive and safe to revert before timestamp emission starts.
~ written by Zerg 👾 (volatile-tempest-e716)