Skip to content

fix: correct FerrVault SAT prefix to fvsat_ and drop dead DefaultAudience const#156

Merged
BryanFRD merged 1 commit into
mainfrom
fix/ferrvault-audience-sat-prefix
Jun 16, 2026
Merged

fix: correct FerrVault SAT prefix to fvsat_ and drop dead DefaultAudience const#156
BryanFRD merged 1 commit into
mainfrom
fix/ferrvault-audience-sat-prefix

Conversation

@BryanFRD

Copy link
Copy Markdown
Contributor

@
Follow-up cleanup from removing ferrflow naming.

  • Drop dead DefaultAudience const (= "https://ferrflow.com") — referenced nowhere; its comment falsely claimed it matched a FerrVault EXPECTED_AUDIENCE that does not exist (the FerrVault API uses configurable FERRVAULT_JWT_AUDIENCE, default off).
  • Reword the Audience field doc — it must match the target API's expected audience per mode, not a hardcoded ferrflow.com.
  • Fix SAT prefix sat_fvsat_ in the ferrvault-mode doc, the connection sample, and the client comment (the real prefix, per action/README.md + the threat model).

Non-breaking (dead-code removal + doc/sample corrections). The remaining ferrflow references describe the cloud (legacy FerrLabs-Cloud) backend that was kept on purpose — ffclust_/fft_ tokens are genuinely FerrFlow.

go build/vet/test pass; removing the const broke nothing (confirming it was unused).

Closes #155
@

@BryanFRD BryanFRD enabled auto-merge (squash) June 16, 2026 17:02
@BryanFRD BryanFRD merged commit 0fe2129 into main Jun 16, 2026
18 checks passed
@BryanFRD BryanFRD deleted the fix/ferrvault-audience-sat-prefix branch June 16, 2026 17:06
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.

fix: correct FerrVault SAT prefix to fvsat_ and drop dead DefaultAudience const

1 participant