Bump pipe-fittings to v2.9.1 to fix GHCR plugin install auth error#4982
Merged
Conversation
pipe-fittings v2.9.1 adds an anonymous retry to OCI pulls when stored GHCR credentials (from ~/.docker/config.json) are rejected. Without this, an expired or revoked PAT causes 'steampipe plugin install' to fail with an opaque 403 even when the image is publicly pullable. Also updates cloud.bats acceptance test fixtures (AWS account 632902152528 / alias 'nagraj-aaa' → 097350876455 / 'turbot-silverwater') to match the current turbot-ops/clitesting workspace state.
MichaelBurgess
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
github.com/turbot/pipe-fittings/v2from v2.9.0 to v2.9.1.steampipe plugin installfailing with an opaque 403 when stale GHCR credentials are present in~/.docker/config.json(from a priordocker login). pipe-fittings v2.9.1 retries OCI pulls anonymously when stored credentials are rejected. (pipe-fittings#792 / Modify the queries insearch-pathacceptance tests #793)ociinstaller/oci_downloader.goin the dep.Cloud acceptance test fixture update
Separately updates
tests/acceptance/test_files/cloud.bats: AWS account632902152528/ aliasnagraj-aaano longer exist in theturbot-ops/clitestingtest workspace. Updated to account097350876455/ aliasturbot-silverwaterto match the current workspace state. Bundled here to unblock CI on this PR.Test plan
make build- cleansteampipe service start- cleansteampipe query "select now(), current_date"- expected outputsteampipe plugin list- OCI listing workssteampipe service stop- clean