Skip to content

chore: remove token broker from proxy repo#183

Merged
mslipper merged 1 commit into
mainfrom
chore/remove-token-broker
Jun 8, 2026
Merged

chore: remove token broker from proxy repo#183
mslipper merged 1 commit into
mainfrom
chore/remove-token-broker

Conversation

@mslipper

@mslipper mslipper commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Removes the iron-token-broker binary, the internal/broker package, and all of its docs, build, and release infrastructure (goreleaser config, Dockerfile, CI build step, release job, and tag filter). Also drops the broker mentions in AGENTS.md and the two code comments that pointed at broker internals.

The broker is being deprecated separately. The proxy's secret interfaces are read-only by design, so no vestigial write-side code was left behind: all of it lived in the broker's store package. Build, vet, and the full unit test suite pass; go mod tidy dropped the broker-only deps.

Delete the iron-token-broker binary, the internal/broker package, and all
of its docs, build, and release infrastructure. The broker is being
deprecated separately; this removes it from the proxy repo along with the
shared references (CI build step, release job, goreleaser tag filter,
AGENTS.md mentions, and code comments pointing at broker internals).

The proxy's secret interfaces are read-only by design, so no write-side
code needed removal -- all of it lived in the broker's store package.
@mslipper mslipper merged commit 26333fb into main Jun 8, 2026
6 checks passed
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