fleet/cmd/fleetctl
Zach Wasserman 64f2cfc9cd
Refactor enroll secrets to support Teams (#903)
- Add `team_id` field to secrets.
- Remove secret `name` and `active` fields (migration deletes inactive secrets).
- Assign hosts to Team based on secret provided.
- Add API for retrieving secrets by Team.
2021-05-31 09:02:05 -07:00
..
api.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
apply.go Update agent options storage for teams (#754) 2021-05-11 18:15:16 -07: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 Initial implementation of agent update management (#516) 2021-03-26 10:46:51 -07:00
get.go Refactor enroll secrets to support Teams (#903) 2021-05-31 09:02:05 -07:00
goquery.go Refactor struct slices for consistent pointer use (#864) 2021-05-25 18:53:22 -07:00
login.go Prevent user enumeration (#533) 2021-03-24 19:36:30 -07:00
logout.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -08:00
preview.go Refactor enroll secrets to support Teams (#903) 2021-05-31 09:02:05 -07:00
query_output.go Expose live query error messages in fleetctl (#245) 2021-01-28 17:06:41 -08:00
query.go Upgrade fleetctl github.com/urfave/cli to v2 (#471) 2021-03-12 16:42:38 -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_test.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00
yaml.go Fix yaml separator handling with comments (#2257) 2020-07-08 16:01:03 -07:00