-
Notifications
You must be signed in to change notification settings - Fork 309
Description
Describe the bug
While installing or updating the AWS Steampipe plugin, the installation fails with a 403 Forbidden error when fetching the plugin manifest from ghcr.io.
Clearing stale Docker credentials (by removing ~/.docker/config.json) does not resolve the issue.
Steampipe version (steampipe -v
)
Steampipe v2.1.0
To reproduce
brew uninstall steampipe
rm -rf ~/.steampipe/
rm ~/Library/Caches/Homebrew/downloads/*
brew install steampipe
steampipe plugin install aws
Skipped the following plugin:
Plugin: [email protected]
Reason: failed to resolve 1.23.0: GET "https://ghcr.io/v2/turbot/steampipe/plugins/turbot/aws/manifests/1.23.0":
GET "https://ghcr.io/token?scope=repository%3Aturbot%2Fsteampipe%2Fplugins%2Fturbot%2Faws%3Apull&service=ghcr.io":
response status code 403: denied: denied
Troubleshooting Attempted
• Deleted ~/.steampipe/ and reinstalled Steampipe.
• Removed Homebrew cached files.
• Removed .docker/config.json and restarted OrbStack.
• Verified that .docker/config.json was recreated with:
{
"auths": {},
"credsStore": "osxkeychain",
"currentContext": "orbstack"
}
• Retried installation — issue persists.
Additional context
#4547
https://turbot-community.slack.com/archives/C01UECB59A7/p1752243365256509