-
Notifications
You must be signed in to change notification settings - Fork 284
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
Comments
Workaround for this issue is to install the plugin locally. $ 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 |
+--------------------------------------------+---------+-------------+ |
Hey @egbertp apologies for this; we should have this fixed in the forthcoming 0.23.3 patch release. |
@egbertp just wanted to check that this has been resolved for you in the latest update? |
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. |
This issue was closed because it has been stalled for 90 days with no activity. |
Describe the bug
Installation of the
AWS
plugin fails with error:Steampipe version (
steampipe -v
)Steampipe v0.23.2
To reproduce
Expected behavior
I would expect that the
AWS
plugin would be installedContext
Running on MacOS Sanoma 14.5 - M1 chip
The text was updated successfully, but these errors were encountered: