johnsmyth
johnsmyth
**Describe the bug** CloudTrail detail shows multiple trails in the 'overview' panel when using multi-region trails **Steampipe version (`steampipe -v`)** steampipe version 0.17.0-alpha.7 **Plugin version (`steampipe plugin list`)** aws 0.73.0...
**Is your feature request related to a problem? Please describe.** The `aws_cost_usage` table only allows you to specify dimensions for finding aws costs. A user should be able to use...
**Describe the bug** when an `.spc` file references a plugin that is not installed, steampipe commands fail with an unintuitive error message. This is especially confusing when the config file...
**Describe the bug** Some sankey diagrams seem to be missing node titles (for example, the **Routing** sankey in the **VPC Detail** of the **AWS Insights** Mod) It seems like sankeys...
**Describe the bug** `Error: Unrecognized remote plugin message` when using a workspace with `install_dir`. **Steampipe version (`steampipe -v`)** `Steampipe v0.21.0-beta.0` **To reproduce** I created a new empty folder and set...
**Is your feature request related to a problem? Please describe.** The resource policy graphs don't show the principals, so they show what type of access is allowed, but not by...
**Is your feature request related to a problem? Please describe.** At present, there is no way to pass arguments to parameterized queries when running `steampipe query` non-interactively. In the past,...
- We should ALWAYS specify PathKeys for required 'KeyColumns' on 'List' calls, and we should force this path. This is required in order to join these tables at all (must...
The plugin should **probably** just return no rows instead of error: ```sql select * from aws_iam_policy where arn = 'x' Error: InvalidParameter: 1 validation error(s) found. - minimum field size...
**Describe the bug** The sample workspaces file that we create (`workspaces.ppc.sample`) contains a `host` argument which is not supported. Also, the section label `Dashboard / API Server Options` should probably...