fleet/docs
noahtalerman 32f466d6c0
Add documentation for authentication API endpoints (#44)
Endpoints that have been added:
- /api/v1/kolide/login POST
- /api/v1/kolide/logout POST
- /api/v1/kolide/forgot_password POST
- /api/v1/kolide/me GET
- /api/v1/kolide/change_password POST
- /api/v1/kolide/perform_required_password_reset POST
- /api/v1/kolide/sso POST
- /api/v1/kolide/sso GET
2020-11-20 16:57:13 -08:00
..
api Add documentation for authentication API endpoints (#44) 2020-11-20 16:57:13 -08:00
architecture Add template and directory for ADRs (#1807) 2018-06-04 09:39:50 -06:00
cli Removed $ character from all shell commands in docs. (#32) 2020-11-12 13:50:08 -08:00
dashboard Update SAML documentation (#2113) 2019-10-11 15:14:56 -07:00
development Add instructions for running osquery agents to development docs. (#58) 2020-11-19 16:36:27 -08:00
images Update SAML documentation (#2113) 2019-10-11 15:14:56 -07:00
infrastructure Has anyone stress tested Fleet? (#49) 2020-11-19 15:53:12 -08:00
README.md Update Slack channel names (#22) 2020-11-04 21:52:20 -08:00

Fleet Documentation

Welcome to the documentation for the Kolide Fleet osquery fleet manager.

  • If you're interested in using the fleetctl CLI to manage your osquery fleet, see the CLI Documentation.
  • Resources for deploying osquery to hosts, deploying the Fleet server, installing Fleet's infrastructure dependencies, etc. can all be found in the Infrastructure Documentation.
  • If you are interested in accessing the Fleet REST API in order to programmatically interact with your osquery installation, please see the API Documentation.
  • Information about using the Fleet web dashboard can be found in the Dashboard Documentation.
  • Architecturally significant decisions are documented in the Architecture Documentation.
  • Finally, if you're interested in interacting with the Fleet source code, you will find information on modifying and building the code in the Development Documentation.

If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet channel.