turbot / pipe-fittings

Shared components for use across pipe projects.
https://github.com/turbot
GNU Affero General Public License v3.0
12 stars 3 forks source link

Remove `host` from sample workspaces file #410

Closed johnsmyth closed 3 months ago

johnsmyth commented 3 months ago

Describe the bug The sample workspaces file that we create (workspaces.ppc.sample) contains a host argument which is not supported. Also, the section label Dashboard / API Server Options should probably just be Dashboard Server Options

This is the relevant portion:

#   # Dashboard / API Server Options
#   host                = "local"
#   listen              = "network"
#   port                = 9033
#   watch               = true
...

Powerpipe version (powerpipe -v) Powerpipe v0.3.0

Expected behavior

That section should probably be:

#   # Dashboard Server Options
#   listen              = "network"
#   port                = 9033
#   watch               = true
...

Additional context

https://turbot-community.slack.com/archives/C06MZTFN90E/p1715957952712429