Skip to content

Unable to install steampipe plugin AWS plugin update fails with 403 Error #4649

@Priyanka-Chatterjee-2000

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions