Skip to content

ci: attach architect context to go-build/go-test for nancy auth#399

Merged
teemow merged 1 commit into
mainfrom
ci-attach-architect-context
Apr 29, 2026
Merged

ci: attach architect context to go-build/go-test for nancy auth#399
teemow merged 1 commit into
mainfrom
ci-attach-architect-context

Conversation

@teemow
Copy link
Copy Markdown
Member

@teemow teemow commented Apr 29, 2026

Problem

CircleCI go-build / go-test jobs intermittently fail with:

Error: You have been rate limited by OSS Index.

Sonatype changed OSS Index limits and the anonymous tier no longer absorbs CI traffic. Per giantswarm team-shield (who own nancy), the fix is to attach the existing architect CircleCI context -- which already contains OSS Index credentials -- to the build job, not only the push jobs.

Change

Adds context: architect to the architect/go-build (or architect/go-test) job in .circleci/config.yml. Already present on every other job that uses architect-orb commands.

Same fix as giantswarm/mcp-kubernetes#383.

Made with Cursor

Sonatype/OSS Index recently tightened anonymous-tier rate limits, so
nancy sleuth runs in CircleCI fail with "Error: You have been rate
limited by OSS Index" unless authenticated. The architect CircleCI
context already contains OSS Index credentials -- it just needs to be
attached to the build job, not only the push jobs.

Per giantswarm team-shield.

Made-with: Cursor
@teemow teemow requested a review from a team as a code owner April 29, 2026 10:36
@teemow teemow merged commit 4add94a into main Apr 29, 2026
4 checks passed
@teemow teemow deleted the ci-attach-architect-context branch April 29, 2026 10:38
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