Skip to content

chore: remove cmd/mountsync_repro (HS256-only, unused)#61

Merged
khaliqgant merged 1 commit intomainfrom
chore/remove-mountsync-repro
Apr 24, 2026
Merged

chore: remove cmd/mountsync_repro (HS256-only, unused)#61
khaliqgant merged 1 commit intomainfrom
chore/remove-mountsync-repro

Conversation

@kjgbot
Copy link
Copy Markdown
Contributor

@kjgbot kjgbot commented Apr 24, 2026

Summary

One-off repro binary from #13 (FUSE mount PR) that minted HS256 bearer tokens via a local mustJWT helper and a shared "dev-secret". After #60 retired the HS256 verifier, this binary no longer works against the server — any token it mints now 401s with "unsupported jwt algorithm".

Why just delete

  • Not imported by anything (grep -rn mountsync_repro → zero hits outside the dir itself)
  • Not on any CI path or deploy pipeline
  • Last meaningful change 10 days ago in feat: FUSE mount for relayfile VFS with permission enforcement #13 — one-shot investigation tool
  • Migrating to RSA would mean generating a keypair + spinning up a local JWKS server in httptest, which is way more than a repro script needs

Test plan

  • go build ./... clean after deletion
  • grep -rn mountsync_repro returns nothing

If a future regression needs a repro harness, regenerate one that signs RS256 tokens against a local JWKS.

One-off repro binary from #13 (FUSE mount PR) that minted HS256 bearer
tokens via a local `mustJWT` helper and a shared `"dev-secret"`. After
relayfile#60 retired the HS256 verifier, this binary no longer works
against the server (any token it mints now 401s with
"unsupported jwt algorithm").

Not imported by anything (`grep -rn mountsync_repro` → no references),
not on any CI path, not deployed anywhere. Cheapest fix is just
deleting it. If a future regression needs a repro harness, regenerate
one that signs RS256 tokens against a local JWKS.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@khaliqgant khaliqgant merged commit fe2a39e into main Apr 24, 2026
6 checks passed
@khaliqgant khaliqgant deleted the chore/remove-mountsync-repro branch April 24, 2026 09:11
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.

2 participants