Skip to content

fix(container-pull): add missing account param in registry token URL#497

Merged
carlosmmatos merged 1 commit into
mainfrom
fix/container-pull-laggar-registry-token
May 21, 2026
Merged

fix(container-pull): add missing account param in registry token URL#497
carlosmmatos merged 1 commit into
mainfrom
fix/container-pull-laggar-registry-token

Conversation

@carlosmmatos
Copy link
Copy Markdown
Contributor

The /v2/token endpoint URL in fetch_tags() was missing the account query parameter name, producing ?=username instead of ?account=username. The laggar registry (us-gov-1) started rejecting this malformed URL with a 500 error — commercial registries still tolerate it, but the URL was never spec-correct.

Tested against both registry.laggar.gcw.crowdstrike.com and registry.crowdstrike.com to confirm the fix works on gov and commercial.

The /v2/token endpoint URL was missing the `account` query parameter
name, producing `?=username` instead of `?account=username`. The laggar
registry (us-gov-1) rejects this malformed URL with a 500 error while
commercial registries silently ignore it.
@carlosmmatos carlosmmatos requested a review from a team as a code owner May 21, 2026 19:39
@carlosmmatos carlosmmatos merged commit 691583d into main May 21, 2026
7 checks passed
@carlosmmatos carlosmmatos deleted the fix/container-pull-laggar-registry-token branch May 21, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants