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

Plugin entry now needs to exist in versions.json in order for connections to be loaded #4223

Closed
cbruno10 opened this issue Apr 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cbruno10
Copy link
Contributor

cbruno10 commented Apr 2, 2024

Describe the bug
In v0.22.0, if you locally build a plugin without ever running steampipe plugin install <plugin_name>, connections for that plugin will never be loaded or will be loaded in error state. In v0.21.8 and earlier versions, you could still load connections in.

Workarounds are:

  • Run steampipe plugin install if it's on the Hub
  • Hack in an entry in versions.json

Steampipe version (steampipe -v)
v0.22.0

To reproduce

  • Run make in a locally cloned plugin dir that has never been installed before
  • Create a valid .spc file for that plugin
  • Run steampipe query and run .connections

Expected behavior
Connections should be loaded

Additional context
Add any other context about the problem here.

@cbruno10 cbruno10 added the bug Something isn't working label Apr 2, 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
Projects
None yet
Development

No branches or pull requests

1 participant