fleet/docs/Deploying
Lucas Manuel Rodriguez 33d61044b5
Change role of existing users only if SSO attributes are present in the SAMLResponse (#11966)
#10784

The removal of the now deprecated `sso_settings.enable_jit_role_sync`
config will be tackled in: #10688.

- [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-05-30 17:49:59 -03:00
..
cloudgov.md Fix formatting on https://fleetdm.com/docs/deploying/cloudgov (#7616) 2022-09-07 13:50:42 -05:00
Configuration.md Change role of existing users only if SSO attributes are present in the SAMLResponse (#11966) 2023-05-30 17:49:59 -03:00
Debugging.md Add new documentation for pprof dumping (#8731) 2022-11-21 11:16:41 -08:00
FAQ.md Update Using Fleet FAQ (#11320) 2023-04-25 14:06:16 -07:00
fleetctl-agent-updates.md Move Orbit docs (#8403) 2022-11-18 08:56:52 -06:00
Introduction.md change relative links in documentation (#8441) 2022-10-26 18:26:49 -05:00
Load-testing.md update file carver block size and various MySQL references (#9625) 2023-02-02 01:01:34 -05:00
README.md Update installation methods (#10691) 2023-03-22 16:34:34 -05:00
Reference-Architectures.md Only set public IPs on host.public_ip and add docs (#9900) 2023-02-17 13:00:56 -03:00
Server-Installation.md Update Server-Installation.md (#11550) 2023-05-11 09:54:35 -05:00
Upgrading-Fleet.md change relative links in documentation (#8441) 2022-10-26 18:26:49 -05:00

Deployment

Introduction

Provides an introduction to Fleet and its requirements and dependencies.

Server installation

Includes deployment walkthroughs for Fleet on CentOS, Kubernetes, and AWS ECS.

Configuration

Includes resources for configuring the Fleet binary, managing osquery configurations, and running with systemd

Self-managed agent updates

Information about running an update server with fleetctl.

Load testing

Information about running an update server with fleetctl.

Upgrading Fleet

Includes a guide for how to update and run new versions of Fleet.

Debugging

Information to gather as part of debugging an issue with a deployment.

FAQ

Includes commonly asked questions and answers about deployment from the Fleet community.