Skip to content

Commit

Permalink
Update docs/guides to reference MFA (#24689)
Browse files Browse the repository at this point in the history
For #23910; docs for #22078.

Also fixes "does Fleet supported" typo.

---------

Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
Co-authored-by: Rachael Shaw <r@rachael.wtf>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent 2ee27ba commit ed8c0c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions articles/fleetctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ Password:

Once your local context is configured, you can use fleetctl normally.

### Log in with SAML (SSO) authentication
#### Users with single sign-on (SSO) or email two-factor authentication (2FA)

Users that authenticate to Fleet via SSO should retrieve their API token from the UI and manually set it in their fleetctl configuration (instead of logging in via `fleetctl login`).
Users that log into Fleet with SSO or email 2FA can't log in with `fleetctl login`. Instead they can retrieve their API token from the UI and manually set it in their fleetctl configuration (instead of logging in via `fleetctl login`).

**Fleet UI:**
1. Go to the **My account** page (https://fleet.example.com/profile)
Expand Down
3 changes: 3 additions & 0 deletions docs/Configuration/fleet-server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1856,6 +1856,9 @@ By default, the SMTP backend is enabled and no additional configuration is requi
SMTP through the [Fleet console UI](https://fleetdm.com/docs/using-fleet/configuration-files#smtp-settings). However, you can also
configure Fleet to use AWS SES natively rather than through SMTP.

A configured email backend is required for sending user invites, resetting passwords, verifying user email address changes,
and multi-factor authentication within Fleet (without using an SSO identity provider).

### backend

Enable SES support for Fleet. You must also configure the ses configurations such as `ses.source_arn`
Expand Down
2 changes: 1 addition & 1 deletion docs/Get started/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When you collect data with Fleet, the [performance impact](https://fleetdm.com/r

You can test changes on a small subset of hosts first, then roll them out to the rest of your organization.

## What browsers does Fleet supported?
## What browsers does Fleet support?

Fleet supports the latest, stable releases of all major browsers and platforms.

Expand Down
3 changes: 1 addition & 2 deletions handbook/company/pricing-features-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
# ║ ║║║║ ║───╠╣ ╠═╣║ ║ ║ ║╠╦╝ ╠═╣║ ║ ║ ╠═╣║╣ ║║║ ║ ║║ ╠═╣ ║ ║║ ║║║║
# ╩ ╚╩╝╚═╝ ╚ ╩ ╩╚═╝ ╩ ╚═╝╩╚═ ╩ ╩╚═╝ ╩ ╩ ╩╚═╝╝╚╝ ╩ ╩╚═╝╩ ╩ ╩ ╩╚═╝╝╚╝
- industryName: Two-factor authentication
moreInfoUrl: https://github.com/fleetdm/fleet/issues/5478
moreInfoUrl: https://github.com/fleetdm/fleet/issues/22078
productCategories: [Endpoint operations,Device management,Vulnerability management]
pricingTableCategories: [Configuration]
usualDepartment: IT
Expand All @@ -155,7 +155,6 @@
jamfProtectHasFeature: yes
waysToUse:
- description: Enforce two-factor authentication when logging in to Fleet for added security.
comingSoonOn: 2024-12-31
#
# ╦═╗╔═╗╦ ╔═╗ ╔╗ ╔═╗╔═╗╔═╗╔╦╗ ╔═╗╔═╗╔═╗╔═╗╔═╗╔═╗ ╔═╗╔═╗╔╗╔╔╦╗╦═╗╔═╗╦
# ╠╦╝║ ║║ ║╣───╠╩╗╠═╣╚═╗║╣ ║║ ╠═╣║ ║ ║╣ ╚═╗╚═╗ ║ ║ ║║║║ ║ ╠╦╝║ ║║
Expand Down

0 comments on commit ed8c0c9

Please sign in to comment.