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

connection_error=<nil> error from aws_codebuild_source_credential and aws_ec2_ssl_policy #2380

Open
nogarab opened this issue Jan 22, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@nogarab
Copy link

nogarab commented Jan 22, 2025

Describe the bug
when querying one of those tables I am getting the following error:
[ERROR] 1737504449653: aws_codebuild_source_credential.listCodeBuildSourceCredentials: connection_error=<nil>
(or [ERROR] 1737504640224: aws_ec2_ssl_policy.listEc2SslPolicies: connection_error=<nil>)

Steampipe version (steampipe -v)
steampipe_export_aws 1.0.1

To reproduce
run steampipe_export_aws aws_ec2_ssl_policy
or
steampipe_export_aws aws_codebuild_source_credential

Expected behavior
get data or a descriptive error

@nogarab nogarab added the bug Something isn't working label Jan 22, 2025
@ParthaI
Copy link
Contributor

ParthaI commented Jan 22, 2025

Hello @nogarab, I’m sorry to hear that you’re encountering this issue.

Could you confirm whether you’re seeing actual errors in your terminal or just the log statement you mentioned above?

It seems this is not an error but rather a result of the log statement being misplaced outside the if condition. You can see the relevant lines here:

I’ll raise a PR to move the log statement to the correct location.

Thank you for bringing this to our attention!

@nogarab
Copy link
Author

nogarab commented Jan 23, 2025

great, thanks for the quick response @ParthaI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants