fleet/ee/server/service
Lucas Manuel Rodriguez 6d918d1366
Add enable_jit_role_sync config (#10478)
#8411

We decided to only update roles for existing accounts if enabled by a
new setting (disabled by default) `sso_settings.enable_jit_role_sync`.

- ~[ ] 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-03-14 17:17:08 -03:00
..
appconfig.go enable controlled rollout of features by teams (#7408) 2022-08-30 08:13:09 -03:00
devices.go Feature 7084: Add new EE endpoint for Fleet Desktop (#7530) 2022-09-12 15:37:38 -04:00
errors.go Add UUID to Fleet errors and clean up error msgs (#10411) 2023-03-13 13:44:06 -03:00
hosts.go only include policies in device endpoints for premium users (#6077) 2022-06-07 13:27:13 -03:00
mdm.go allow to set up a DEP flow gated by Okta auth (#10338) 2023-03-13 10:33:32 -03:00
mdm_profiles.go add logic to configure FileVault + escrow (#10160) 2023-03-01 10:43:15 -03:00
mdm_test.go allow to set up a DEP flow gated by Okta auth (#10338) 2023-03-13 10:33:32 -03:00
service.go allow to set up a DEP flow gated by Okta auth (#10338) 2023-03-13 10:33:32 -03:00
software.go Include CVE scores when listing software (#5673) 2022-05-20 10:58:40 -06:00
teams.go Add enabled/disabled disk encryption activities and trigger profiles generation (#10319) 2023-03-08 08:31:53 -05:00
users.go Add enable_jit_role_sync config (#10478) 2023-03-14 17:17:08 -03:00
users_test.go Allow setting user roles during JIT provisioning (#10193) 2023-03-01 20:18:40 -03:00