Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

steampipe plugin install aws not working: failed to resolve 0.144.0 #4331

Closed
egbertp opened this issue Jul 12, 2024 · 5 comments
Closed

steampipe plugin install aws not working: failed to resolve 0.144.0 #4331

egbertp opened this issue Jul 12, 2024 · 5 comments
Labels
bug Something isn't working stale No recent activity has been detected on this issue/PR and it will be closed

Comments

@egbertp
Copy link

egbertp commented Jul 12, 2024

Describe the bug

Installation of the AWS plugin fails with error:

steampipe plugin install aws

aws                            [=====================>----------------------------------------------] Installing Plugin

Skipped the following plugin:

Plugin:   [email protected]
Reason:   failed to resolve 0.144.0: GET "https://ghcr.io/v2/turbot/steampipe/plugins/turbot/aws/manifests/0.144.0": GET "https://ghcr.io/token?scope=repository%3Aturbot%2Fsteampipe%2Fplugins%2Fturbot%2Faws%3Apull&service=ghcr.io": response status code 403: denied: denied

Steampipe version (steampipe -v)

Steampipe v0.23.2

To reproduce

brew install turbot/tap/steampipe
steampipe plugin install aws

Expected behavior

I would expect that the AWS plugin would be installed

Context

Running on MacOS Sanoma 14.5 - M1 chip

@egbertp egbertp added the bug Something isn't working label Jul 12, 2024
@egbertp
Copy link
Author

egbertp commented Jul 12, 2024

Workaround for this issue is to install the plugin locally.

Steampipe plugin AWS

$ cd ~/.steampipe/plugins
$ git clone https://github.com/turbot/steampipe-plugin-aws.git
$ cd steampipe-plugin-aws
$ git fetch --all --tags --prune
$ git checkout v0.144.0 -b v0.144.0
$ make

go build -o ~/.steampipe/plugins/hub.steampipe.io/plugins/turbot/aws@latest/steampipe-plugin-aws.plugin -tags "netgo" *.go
go: downloading github.com/aws/aws-sdk-go-v2 v1.27.0
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.16
go: downloading github.com/aws/aws-sdk-go-v2/config v1.27.16
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.21
go: downloading github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.29.1
(...)

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/aws.spc
steampipe plugin list
+--------------------------------------------+---------+-------------+
| Installed                                  | Version | Connections |
+--------------------------------------------+---------+-------------+
| hub.steampipe.io/plugins/turbot/aws@latest | local   | aws         |
+--------------------------------------------+---------+-------------+

@graza-io
Copy link
Contributor

Hey @egbertp apologies for this; we should have this fixed in the forthcoming 0.23.3 patch release.

@graza-io
Copy link
Contributor

@egbertp just wanted to check that this has been resolved for you in the latest update?

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale No recent activity has been detected on this issue/PR and it will be closed label Sep 23, 2024
Copy link

This issue was closed because it has been stalled for 90 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale No recent activity has been detected on this issue/PR and it will be closed
Projects
None yet
Development

No branches or pull requests

2 participants