Skip to content

action: stop teaching a 1-year identity-bundle TTL#18

Merged
bordumb merged 1 commit into
mainfrom
loop/action-bounded-bundle-ttl
Jun 20, 2026
Merged

action: stop teaching a 1-year identity-bundle TTL#18
bordumb merged 1 commit into
mainfrom
loop/action-bounded-bundle-ttl

Conversation

@bordumb

@bordumb bordumb commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

The setup guidance told users to export the CI bundle with --max-age-secs
31536000 (one year), so a key revoked after the bundle was minted would still
verify for up to a year. The guidance now recommends a 30-day window, bounding
the revocation-blindness window; a stale bundle already fails closed.

The setup guidance told users to export the CI bundle with --max-age-secs
31536000 (one year), so a key revoked after the bundle was minted would still
verify for up to a year. The guidance now recommends a 30-day window, bounding
the revocation-blindness window; a stale bundle already fails closed.
@bordumb bordumb merged commit 69fc158 into main Jun 20, 2026
0 of 2 checks passed
@github-actions

Copy link
Copy Markdown

Auths Commit Verification

Commit Status Details
69fc158a ❌ Failed Commit carries no Auths-Id/Auths-Device trailer — it was not signed by auths sign (or predates KEL-native signing). Nothing to verify against.

Result: ❌ 0/1 commits verified


How to fix

Commit 69fc158a has no Auths signature (no Auths-Id/Auths-Device trailer).

1. Install auths

macOS: brew install auths
Linux: Download from releases

2. One-time setup (creates your identity and configures Git)

auths init

3. Sign this branch and push

auths sign origin/main..HEAD
git push --force-with-lease

For CI to verify the signer, commit an identity bundle:

auths id export-bundle --alias main --output .auths/ci-bundle.json --max-age-secs 2592000

Quickstart →

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant