fleet/cmd/fleetctl
Zach Wasserman b4f0f461c2
Make fleetctl preview available over HTTP (#508)
Make fleetctl preview available over HTTP

Run a second copy of the Fleet server listening over HTTP on
localhost:1337 so that the UI can be used without the errors displayed
with a self-signed TLS certificate. Osquery clients and fleetctl
continue to communicate with the existing Fleet server on
https://localhost:8412.

Closes #504

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2021-03-22 15:04:19 -07:00
..
api.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
apply.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
config.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
convert.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
debug.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
delete.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
flags.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
fleetctl.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
get.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
goquery.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
login.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
logout.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
preview.go Make fleetctl preview available over HTTP (#508) 2021-03-22 15:04:19 -07:00
query.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
query_output.go Expose live query error messages in fleetctl (#245) 2021-01-28 17:06:41 -08:00
setup.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
user.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
yaml.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00
yaml_test.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00