Corrections in configuration documentation (#829)

This commit is contained in:
Zach Wasserman 2021-05-21 08:41:13 -07:00 committed by GitHub
parent 6fa518a300
commit b3a2a0496d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,6 +184,7 @@ The password to use when connecting to the MySQL instance.
File path to a file that contains the password to use when connecting to the MySQL instance.
- Default value: `""`
- Environment variable: `FLEET_MYSQL_PASSWORD_PATH`
- Config file format:
```
@ -470,11 +471,12 @@ The [JWT](https://jwt.io/) key to use when signing and validating session keys.
File path to a file that contains the [JWT](https://jwt.io/) key to use when signing and validating session keys.
- Default value: `""`
- Environment variable: `FLEET_AUTH_JWT_KEY_PATH`
- Config file format:
```
auth:
jwt_key_path: '/run/secrets/fleetdm-jwt-token
jwt_key_path: '/run/secrets/fleetdm-jwt-token'
```
##### `auth_bcrypt_cost`
@ -482,7 +484,7 @@ File path to a file that contains the [JWT](https://jwt.io/) key to use when sig
The bcrypt cost to use when hashing user passwords.
- Default value: `12`
- Environment variable: `FLEET_AUTH_BCRYT_COST`
- Environment variable: `FLEET_AUTH_BCRYPT_COST`
- Config file format:
```
@ -523,7 +525,7 @@ Size of generated app tokens.
How long invite tokens should be valid for.
- Default value: `5 days`
- Environment variable: `FLEET_APP_TOKEN_VALIDITY_PERIOD`
- Environment variable: `FLEET_APP_INVITE_TOKEN_VALIDITY_PERIOD`
- Config file format:
```
@ -600,7 +602,7 @@ The cooldown period for host enrollment. If a host (uniquely identified by the `
This flag can be used to control load on the database in scenarios in which many hosts are using the same identifier. Often configuring `osquery_host_identifier` to `instance` may be a better solution.
- Default value: `0` (off)
- Environment variable: `FLEET_ENROLL_COOLDOWN`
- Environment variable: `FLEET_OSQUERY_ENROLL_COOLDOWN`
- Config file format:
```