Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configuration docs #22990

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions docs/Configuration/fleet-server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,26 +757,6 @@ The license key provided to Fleet customers which provides access to Fleet Premi
key: foobar
```

##### license_enforce_host_limit

Whether Fleet should enforce the host limit of the license, if true, attempting to enroll new hosts when the limit is reached will fail.

- Default value: `false`
- Environment variable: `FLEET_LICENSE_ENFORCE_HOST_LIMIT`
- Config file format:
```yaml
license:
enforce_host_limit: true
```

##### Example YAML

```yaml
license:
key: foobar
enforce_host_limit: false
```

#### Session

##### session_key_size
Expand Down
20 changes: 20 additions & 0 deletions docs/Contributing/Configuration-for-contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,26 @@ This is the content of the PEM-encoded private key for the Apple Business Manage
-----END RSA PRIVATE KEY-----
```

##### license.enforce_host_limit

Whether Fleet should enforce the host limit of the license, if true, attempting to enroll new hosts when the limit is reached will fail.

- Default value: `false`
- Environment variable: `FLEET_LICENSE_ENFORCE_HOST_LIMIT`
- Config file format:
```yaml
license:
enforce_host_limit: true
```

##### Example YAML

```yaml
license:
key: foobar
enforce_host_limit: false
```

## Environment variables

### FLEET_ENABLE_POST_CLIENT_DEBUG_ERRORS
Expand Down
Loading