Skip to content

Commit

Permalink
authentication link in API-only user paragraph is dead
Browse files Browse the repository at this point in the history
Changes not intended to be permanent. Link needs to be fixed.
  • Loading branch information
nonpunctual authored Nov 7, 2024
1 parent 4be6959 commit 85fcffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions articles/fleetctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ OPTIONS:
--help, -h show help (default: false)
```

## Authentication
##

This section walks you through authentication, assuming you already have a running Fleet instance. To learn how to set up new Fleet instance, check out the [Deploy](https://fleetdm.com/docs/deploy/introduction) section or [Building Fleet locally](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Building-Fleet.md) docs.
This section walks you through , assuming you already have a running Fleet instance. To learn how to set up new Fleet instance, check out the [Deploy](https://fleetdm.com/docs/deploy/introduction) section or [Building Fleet locally](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Building-Fleet.md) docs.

### Login

Expand All @@ -101,7 +101,7 @@ Password:

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

### Log in with SAML (SSO) authentication
### Log in with SAML (SSO)

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`).

Expand All @@ -128,7 +128,7 @@ An API-only user does not have access to the Fleet UI. Instead, it's only purpos

### Create API-only user

Before creating the API-only user, log in to fleetctl as an admin. See [authentication](https://#authentication) above for details.
Before creating the API-only user, log in to fleetctl as an admin. See [authentication](https://#authentication) above for details. <<< This link is broken...

To create your new API-only user, use `fleetctl user create`:

Expand Down

0 comments on commit 85fcffd

Please sign in to comment.