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

Support for aggregate connections? #82

Open
andymadge opened this issue Jul 8, 2024 · 0 comments
Open

Support for aggregate connections? #82

andymadge opened this issue Jul 8, 2024 · 0 comments

Comments

@andymadge
Copy link

I can't see any way to even specify multiple connections, nevermind aggregate them.

I have it working for a single connection, specifying AWS creds in env vars.

If I point it at my normal (working) steampipe config file like this:

steampipe_export_aws aws_ec2_instance --limit 1 --config "$(cat ~/.steampipe/config/aws.spc)"

I get this output (with debug logging)

[INFO]  Serve
[INFO]  initialise plugin 'steampipe-plugin-aws', using sdk version 5.10.0
[INFO]  GOMEMLIMIT=
[INFO]  setAllConnectionConfigs
[INFO]  upsertConnections adding 1 connection connection
[WARN]  upsertConnectionData failed for connection aws, config validation failed: failed to parse connection config for connection 'aws': Unsupported block type: Blocks of type "connection" are not expected here.
[INFO]  createCacheStore for plugin 'steampipe-plugin-aws' setting max size to 0Mb, Shards: 2, max shard size: 0
[INFO]  query cache created, max size 0Mb
[DEBUG] setAllConnectionConfigs finished
failed to parse connection config for connection 'aws': Unsupported block type: Blocks of type "connection" are not expected here.

There isn't a aws connection in my config. If I add one to test it makes no difference.

Is Exporter currently limited to a single non-aggregate connection?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant