steampipe config option port to allow ranges of ports #4465
Labels
enhancement
New feature or request
stale
No recent activity has been detected on this issue/PR and it will be closed
We are using steampipe on a shared virtual machine with multiple concurrent users, and noticed it tries to run all instances using the same port defined in the options.
Instead of modifying the port config per user manually, it would be nice if one could specify a range of ports to use.
According to https://steampipe.io/docs/reference/config-files/options, the
port
parameter can be used to set a port used for the database connection. This seems to only be a single port, but could perhaps support a port range?We've contemplated writing a small bash wrapper to check the ports that are in use and select next available one, or to instruct users to specify their own port manually
The text was updated successfully, but these errors were encountered: