fleet
fleet copied to clipboard
A flexible control server for osquery fleets
### What version of `fleet` are you using (`fleet version --full`)? version: "2.0.0-rc2", branch: "master", revision: "c4f2850e38a611a44189adf80e433bf38046e387", go_version: "go1.10.2", build_date: "2018-06-18T19:21:18Z", build_user: "zwass" ### What operating system are you using?...
I might be wrong here, but looks like aws elasticache redis only allows encryption when replicated or in cluster mode. Fleet currently uses redigo which [does not support clustering](https://github.com/gomodule/redigo/issues/333). Couple...
### What version of `fleet` are you using (`fleet version --full`)? fleet - version 2.1.0 branch: master revision: ab948beb718230483c12b84995f79034eb3f0777 build date: 2019-04-09T18:31:16Z build user: zwass go version: go1.11.5 ### What...
Proper SSO behavior is to log out SP application when a user logs out of the IDP. We don't do this now, it's fairly simple to implement, and it will...
Per [this comment](https://github.com/kolide/fleet/issues/1738#issuecomment-380263691) in #1738 it seems that supported osqueryd configuration options per label hasn't been implemented. Could this feature request be revisited? Perhaps the order of applying label-specific configs...
### What version of `fleet` are you using (`fleet version --full`)? Any recent version ### What operating system are you using? Any ### What did you do? Enroll a Launcher...
AWS Docs
Latest version of fleet. I'd love to get some docs for AWS / RDS setup. I'm working through setup and I want to make sure I'm doing it right.
**Problem** Currently, a single Fleet instance has a single enrollment secret. Unfortunately, once this secret ends up on a single host it is not really _that_ secret. Conceivably, one malicious...
### What version of `fleet` are you using (`fleet version --full`)? fleet - version 2.0.1 branch: master revision: d01727dff26683ba29424fbdb7e58e403ab6210d build date: 2018-11-26T19:21:48Z build user: zwass go version: go1.11.2 ### What...
Requesting `version` and maybe `revision` (or a shortened revision) from `/version` to be displayed somewhere in the web UI. Possibly on the `/admin/settings` page, or in the footer. ### Examples...