Mike McNeil
006b584252
Docs: Lay up spot for Tony's video ( #6853 )
2022-07-25 15:18:38 -05:00
Desmi-Dizney
cdc2954974
Editor pass - Fix GCP Terraform link in docs ( #6769 )
...
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6705
2022-07-25 10:51:52 -05:00
Roberto Dip
02a37db3d0
update documentation for viewing code coverage locally ( #6821 )
2022-07-25 10:48:53 -05:00
Desmi-Dizney
3bcff57248
Fixed typo in link and table formatting issues ( #6801 )
...
* Fixed typo in link
This is related to:
- https://github.com/fleetdm/fleet/issues/6790
* Update docs/Using-Fleet/REST-API.md
* Update REST-API.md
2022-07-25 10:03:27 -05:00
Desmi-Dizney
e024f79d11
Fixed the "Translator" section heading issue ( #6815 )
2022-07-21 16:36:48 -05:00
Desmi-Dizney
cc916ffb96
Docs editor pass - Deploying - Configuration ( #6561 )
...
This is still in progress. Please do not merge yet.
2022-07-21 13:52:53 -05:00
Desmi-Dizney
097f71e76c
Editor Pass - Adding password policy query to the default library ( #6768 )
...
* Editor Pass - Adding password policy query to the default library
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6641
* Update constants.ts
* Update frontend/utilities/constants.ts
2022-07-21 13:51:17 -05:00
Desmi-Dizney
843bc71a58
Fixed formatting issue on REST API docs ( #6798 )
...
I took extra lines out to fix the table.
2022-07-21 10:50:51 -05:00
Desmi-Dizney
31508f3a7f
Editor pass - add API endpoints to retrieve pre-built installers ( #6770 )
...
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6672
2022-07-21 10:44:19 -05:00
Desmi-Dizney
77bc656ae5
Editor pass - add configuration to retrieve installers from S3 ( #6762 )
...
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6630
2022-07-21 10:31:35 -05:00
Mike Thomas
8af77a807b
Updated messaging on docs/readme.md ( #6788 )
...
* Updated messaging on docs/readme.md
- Updated messaging on docs/readme.md
- Updated messaging on docs/basic-documentation.ejs
* Capitalization
* Update README.md
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-07-21 06:09:01 -05:00
gillespi314
0312454f4c
Modify host battery health returned by GET /hosts/:id
( #6782 )
2022-07-20 21:16:03 -05:00
gillespi314
9a1adeb61b
Update documentation and Sails app for additional usage statistics ( #6589 )
2022-07-20 20:53:19 -05:00
Noah Talerman
06af5b55af
Update FAQ.md ( #6778 )
...
- Add `v1` to the `/api/v1/osquery` URL path
2022-07-20 17:25:21 -04:00
Michal Nicpon
e3e17f3389
Fix double quote usage in sql query ( #6707 )
2022-07-20 10:10:03 -06:00
Noah Talerman
db1049ff1c
Add agent options question to Using Fleet FAQ ( #6728 )
...
- Clarify what happens to agent options when managing with a software orchestration tool
2022-07-20 09:51:52 -04:00
Mo Zhu
b188e272dc
slight change in meaning ( #6751 )
2022-07-19 17:46:20 -04:00
Mo Zhu
51e505c3f6
Update API-Only User doc ( #6725 )
...
* more details on api-only user doc
* Update fleetctl-CLI.md
* Apply suggestions from code review
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
* Update docs/Using-Fleet/fleetctl-CLI.md
* Update docs/Using-Fleet/fleetctl-CLI.md
Co-authored-by: Kelvin Oghenerhoro Omereshone <kelvin@fleetdm.com>
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
2022-07-19 15:46:52 -05:00
Zach Wasserman
06a4015e80
Fix typo in team name ( #6750 )
2022-07-19 13:15:58 -07:00
gillespi314
4792d7a759
Add UI for Fleet Sandbox to download prepackaged installers ( #6721 )
2022-07-19 14:28:06 -05:00
Roberto Dip
69f8f2a73b
add API endpoints to retrieve pre-built installers ( #6672 )
...
Rel: #6365 , this adds a new endpoint to check and download pre-built installers.
2022-07-18 13:44:30 -03:00
Zach Wasserman
e80300b145
Fix GCP Terraform link in docs ( #6705 )
2022-07-15 14:55:36 -07:00
Noah Talerman
8a9e828d6e
In fleetctl expired license message, update doc link ( #6486 )
...
- Update message to include correct link: https://fleetdm.com/docs/using-fleet/faq#how-do-i-downgrade-from-fleet-premium-to-fleet-free
2022-07-14 17:55:57 -04:00
Roberto Dip
86366b2ed8
add a new S3 datastore to retrieve pre-built packages ( #6631 )
...
Related to #6365 , this extends the datastore/s3 package to retrieve installers from S3 according to the conventions listed in the parent issue. This also includes:
- A minor refactor to decouple Carves-related functionality from the core S3 functionality
- Set-up to run tests using minio (only enabled via the FILE_STORAGE_TEST env flag)
2022-07-14 14:14:24 -03:00
Guillaume Ross
7559988000
Adding password policy query to the default library ( #6641 )
...
* Adding password policy query to the default library
Adding a built-in policy to check the minimum password length on macOS using the recently released password_policy table.
* Addding osquery minimum version + adding query to constants.ts
2022-07-13 15:26:31 -04:00
Kelvin Oghenerhoro Omereshone
2514b610b4
Use v1 for osquery endpoints ( #6137 )
...
- Update docs to use `v1` in the osquery endpoints. Ex: /api/v1/osquery/config.
- Update the Fleet UI's (Hosts > Add hosts > Advanced) flagfile.txt to use `v1` in the osquery endpoints.
2022-07-13 14:34:44 -04:00
Roberto Dip
7e68ee2253
add configuration to retrieve installers from S3 ( #6630 )
...
Related to #6365 , this adds relevant configuration to the packaging key to retrieve installers from S3.
2022-07-13 09:34:25 -03:00
Roberto Dip
6faee84f57
allow to configure a default global enroll secret ( #6609 )
...
Related to #6365 this adds a new config to set a global enroll token that will be used by the server.
2022-07-12 19:12:10 -03:00
Tomas Touceda
7f8099db57
Add sandbox fleet serve config ( #6619 )
...
* Add sandbox fleet serve config
* Update docs
* Maybe fix lint issues
* Add lint dep
2022-07-12 18:21:15 -03:00
Desmi-Dizney
bc60a1c335
Editor pass - Feature 5676: Update vulnerability detection docs to in… ( #6519 )
...
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6451
2022-07-12 10:05:28 -04:00
Desmi-Dizney
8656bb5da4
Editor pass - Add debugging guide ( #6511 )
...
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6425
2022-07-11 12:43:20 -05:00
Katheryn Satterlee
b9d749f37b
Changelog for Fleet 4.17.0 release ( #6565 )
2022-07-08 17:09:02 -07:00
Noah Talerman
16cb302774
Update standard query library ( #6564 )
...
- Tweaked name and description of 2 policies in the standard query library to use consistent formatting
2022-07-08 17:06:26 -04:00
Noah Talerman
6689b049b3
Use self-managed language, update usage status for release, product handbook tweak ( #6563 )
...
- Add new properties to "Usage statistics" docs
- Update "self-hosted" to "self-managed" on fleetdm.com/pricing.
- Fix spacing in Product handbook
2022-07-08 16:51:27 -04:00
Desmi-Dizney
9444772e6c
Editor pass - add macOS Ventura hardware check ( #6520 )
...
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6494
2022-07-06 17:27:52 -05:00
Desmi-Dizney
20ef00f06b
Editor pass - Separate health checks for MySQL and Redis ( #6506 )
...
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6468
2022-07-06 10:03:35 -04:00
Kelvin Oghenerhoro Omereshone
31c3937d7f
Update Fleetctl docs and fix typo ( #6473 )
...
- Use consistent "osquery installer" and "Fleet UI" language
2022-07-06 10:02:55 -04:00
Desmi-Dizney
8623aa14e2
Editor pass - Document the device-authenticated endpoints in API for Contributors ( #6444 )
...
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6406
2022-07-05 17:42:08 -04:00
Erik Gomez
2e2b5e7c1b
add macOS Ventura hardware check ( #6494 )
...
Adds a new policy to check for macOS Ventura. Adapted from https://gist.github.com/erikng/b1acc0e07f510f9378f6f78f3d7a7342
2022-07-05 17:39:25 -04:00
Desmi-Dizney
77ee213407
Editor pass - Update docs to include how to get the API token of an api-only user ( #6445 )
...
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6381
2022-07-05 09:20:15 -04:00
Desmi-Dizney
519bb0f855
Docs Editor Pass - Using Fleet - Adding hosts ( #6165 )
...
- Editor pass that includes making all text representing a button bold
2022-07-05 09:13:02 -04:00
Kelvin Oghenerhoro Omereshone
5896045dda
fix: markdown bold closing token ( #6485 )
2022-07-04 22:38:59 +01:00
Kelvin Oghenerhoro Omereshone
e985ec4980
feat: document downgrade process from fleet premium to fleet free ( #5985 )
...
* feat: document downgrade process from fleet premium to fleet free
* Update docs/Using-Fleet/FAQ.md
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
* Update docs/Using-Fleet/FAQ.md
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
* Update downgrade process
* fix: typos
* Update docs/Using-Fleet/FAQ.md
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
* Update docs/Using-Fleet/FAQ.md
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
Co-authored-by: Noah Talerman <noahtal@umich.edu>
2022-07-04 18:50:31 +01:00
Juan Fernandez
f20530e708
Feature 5676: Update vulnerability detection docs to include OVAL vulnerability detection. ( #6451 )
...
Update vulnerability detection docs to include OVAL vulnerability detection.
2022-07-04 08:03:49 -04:00
Tomas Touceda
eb414f7971
Add debugging guide ( #6425 )
...
* Add debugging guide
* Add meta
* Add missing question for extension
* Update with review suggestions
* Empty commit to unblock CI
2022-07-01 14:45:02 -03:00
Zach Wasserman
db22f68c88
Separate health checks for MySQL and Redis ( #6468 )
...
This required a bit of refactoring of some mocking due to how the code
generation does not handle having the same function in different types.
2022-07-01 08:08:03 -03:00
Desmi-Dizney
ddf4d5a45a
Editor pass - Add endpoint documentation ( #6414 )
...
Editor pass for:
- https://github.com/fleetdm/fleet/pull/6290
2022-06-29 16:11:28 -05:00
Kelvin Oghenerhoro Omereshone
f20e0b6f37
Remove duplicate license property ( #6393 )
...
Fixes #5262
2022-06-29 15:51:14 -04:00
Kelvin Oghenerhoro Omereshone
acdb9a9c0b
docs: update doc to include how to get the API token ( #6381 )
2022-06-29 15:07:07 -04:00
Noah Talerman
39d89c56bc
Update "Usage statistics" doc page ( #6413 )
...
- Remove unreleased updates to the usage statistics payload.
2022-06-29 09:15:25 -04:00