fleet/docs/Using-Fleet
Lucas Manuel Rodriguez 2a532ede94
Do not return empty SSO and SMTP settings for non-global-admins (#12180)
#11266

PS: I first attempted a serialization trick by introducing a new
`appConfigResponse` and implementing `json.Marshal` to exclude these
fields but it was too hacky and hard to maintain moving forward, so I'm
bitting the bullet now. Happy to hear other ideas.

- [X] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- ~[ ] Documented any API changes (docs/Using-Fleet/REST-API.md or
docs/Contributing/API-for-contributors.md)~
- ~[ ] Documented any permissions changes~
- ~[ ] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)~
- ~[ ] Added support on fleet's osquery simulator `cmd/osquery-perf` for
new osquery data ingestion features.~
- [X] Added/updated tests
- [X] Manual QA for all new/changed functionality
  - ~For Orbit and Fleet Desktop changes:~
- ~[ ] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.~
- ~[ ] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).~
2023-06-07 16:06:36 -03:00
..
configuration-files Change role of existing users only if SSO attributes are present in the SAMLResponse (#11966) 2023-05-30 17:49:59 -03:00
Adding-hosts.md Docs: Add stub for section about adding hosts on ChromeOS (#11728) 2023-05-16 16:51:26 -05:00
Application-security.md Update Application-security.md (#12100) 2023-06-02 10:09:15 -07:00
Audit-Activities.md Allow end user authentication during automatic MDM enrollment to be enabled on a per-team basis (#11566) 2023-05-10 15:22:08 -05:00
Automations.md Feature 10196: Add filepath to end-points and third party integrations (#11285) 2023-05-17 16:53:15 -04:00
CIS-Benchmarks.md fix links on CIS benchmarks page (#10956) 2023-04-04 08:27:04 -07:00
Detail-Queries-Summary.md remove address column from network_interfaces chromeos table (#11787) 2023-05-26 16:47:19 -05:00
FAQ.md Website: Throw error if Markdown content contains a Vue template (#12096) 2023-06-01 14:06:02 -05:00
Fleet-desktop.md Update Fleet-desktop.md (#9891) 2023-02-16 15:23:54 -06:00
Fleet-UI.md Fleet Documentation: Update agent options and enrollment secret documentation (#9565) 2023-02-13 10:45:37 -05:00
fleetctl-CLI.md Update fleetctl-CLI.md (#11646) 2023-05-11 15:32:15 -04:00
Learn-how-to-use-Fleet.md Fleet Documentation: Update agent options and enrollment secret documentation (#9565) 2023-02-13 10:45:37 -05:00
Log-destinations.md Generate audit logs for activities (#9001) 2022-12-23 19:04:13 -03:00
MDM-commands.md Fix table formatting of fleetctl get mdm-command-results output (#12197) 2023-06-07 14:35:48 -04:00
MDM-custom-macOS-settings.md MDM docs: Custom macOS settings (#11713) 2023-05-17 11:34:19 -07:00
MDM-disk-encryption.md Update MDM-disk-encryption.md based on some beta feedback (#11474) 2023-05-03 14:14:40 -04:00
MDM-macOS-setup.md MDM docs: Update bootstrap package docs (#11526) 2023-05-05 14:31:27 -07:00
MDM-macOS-updates.md MDM docs: Update macOS updates 2023-03-31 10:05:53 -04:00
MDM-migration-guide.md Update MDM-migration-guide.md (#12119) 2023-06-06 10:38:49 -07:00
MDM-setup.md Website docs style patch (#11286) 2023-05-02 13:07:31 -05:00
mobile-device-management.md MDM docs: move disk encryption to its own page (#11277) 2023-05-01 11:52:57 -04:00
Monitoring-Fleet.md change relative links in documentation (#8441) 2022-10-26 18:26:49 -05:00
Orbit.md Docs: Fix broken links in documentation (#11424) 2023-04-28 16:04:33 -05:00
Osquery-process.md Add new page explaining how osquery children process are terminated (#8134) 2022-10-11 14:09:56 -04:00
Permissions.md Do not return empty SSO and SMTP settings for non-global-admins (#12180) 2023-06-07 16:06:36 -03:00
README.md Updating security link (#10882) 2023-03-30 11:13:26 -05:00
REST-API.md Fix bug preventing gitops role from fleetctl applying macos setup assistant (and bootstrap package) (#12193) 2023-06-07 13:29:36 -04:00
Security-audits.md Publish pentest blog + Security-audits.md section (#5659) 2022-05-11 09:05:18 -04:00
Supported-browsers.md Feature 11829: Tailor host table response to ChromeOS (#12002) 2023-05-30 22:13:42 -04:00
Supported-host-operating-systems.md Link to our maintained tables (#8675) 2022-11-11 13:42:05 -08:00
Teams.md Remove packs from docs (#9452) 2023-01-20 16:47:24 -06:00
Troubleshooting-live-queries.md Add guide to help troubleshoot live queries (#12082) 2023-06-01 14:27:58 -03:00
Usage-statistics.md Add orbit version and osquery version usage statistics (#8229) 2022-10-24 11:12:56 -05:00
Vulnerability-Processing.md Update Vulnerability-Processing.md (#11049) 2023-04-07 15:38:53 -05:00

Using Fleet

Fleet UI

Provides documentation about running and scheduling queries from within the Fleet UI

fleetctl CLI

Includes resources for setting up and configuring Fleet via the fleetctl CLI

REST API

Provides resources for working with Fleet's API and includes example code for endpoints

Adding hosts

Provides resources for enrolling your hosts to Fleet

Log destinations

Includes documentation on the log destinations for sending with osquery logs

Osquery processes

Includes documentation about osquery children processes and under which conditions they are terminated

Monitoring Fleet

Provides documentation for load balancer health checks and working with Fleet server metrics and performance

Application Security

Includes information on how Fleet mitigates against the OWASP top 10 issues

FAQ

Includes frequently asked questions and answers about using Fleet from the Fleet community