johnsmyth

Results 6 comments of johnsmyth

By default, the dashboard is only listening on localhost, but you can start it with `--dashboard-listen network` if you want to access it remotely. (see https://steampipe.io/docs/reference/cli/dashboard#flags). Note that there is...

> Dear John, The solution worked. Thank you. Another challenge that I have been facing is that the dashboard is working only as long as my interactive session on Ec2...

`terminal` options only apply to the terminal, and **should** only apply to the terminal. If you want to set the search path for EVERYTHING, you can set `search_path` in the...

@erikerlandson I looked at this a bit today. When starting steampipe with `chmod -R g+rwX /opt/steampipe` and running as the `9999:0` user, the postgres error is: ``` 2021-06-24 22:27:39.578 UTC...

I have no experience with OpenShift, but it appears to be kubernetes based. I believe it supports init containers 1. Can you run an initContainer as root or any uid?...

@kaidaguerre , @dboeke This is probably a tricky one, because its a multi-table planning issue. By default it generates a hash join plan: ``` jsmyth$ steampipe query Welcome to Steampipe...