diff --git a/docs/Deploying/Configuration.md b/docs/Deploying/Configuration.md index 7841fd8886..dc9a23d6fe 100644 --- a/docs/Deploying/Configuration.md +++ b/docs/Deploying/Configuration.md @@ -2907,54 +2907,6 @@ This is the content of the PEM-encoded private key for the Apple Business Manage -----END RSA PRIVATE KEY----- ``` -##### mdm.okta_server_url - -This is the URL of your Okta [authorization server](https://developer.okta.com/docs/concepts/auth-servers/) - -- Default value: "" -- Environment variable: `FLEET_MDM_OKTA_SERVER_URL` -- Config file format: - ``` - mdm: - okta_server_url: https://example.okta.com -``` - -##### mdm.okta_client_id - -This is the client ID of the Okta application that will be used to authenticate users. This value can be found in the Okta admin page under "Applications > Client Credentials." - -- Default value: "" -- Environment variable: `FLEET_MDM_OKTA_CLIENT_ID` -- Config file format: - ``` - mdm: - okta_client_id: 9oa4eoxample2rpdi1087 -``` - -##### mdm.okta_client_secret - -This is the client secret of the Okta application that will be used to authenticate users. This value can be found in the Okta admin page under "Applications > Client Credentials." - -- Default value: "" -- Environment variable: `FLEET_MDM_OKTA_CLIENT_SECRET` -- Config file format: - ``` - mdm: - okta_client_secret: COp8o5zskEQ0OylgjqTrd0xu7rQLx-VteaQW4YGf -``` - -##### mdm.eula_url - -An URL containing a PDF file that will be used as an EULA during DEP onboarding. - -- Default value: "" -- Environment variable: `FLEET_MDM_OKTA_EULA_URL` -- Config file format: - ``` - mdm: - eula_url: https://example.com/eula.pdf -``` - ##### mdm.apple_dep_sync_periodicity The duration between DEP device syncing (fetching and setting of DEP profiles). Only relevant if Apple Business Manager (ABM) is configured. @@ -2967,25 +2919,6 @@ The duration between DEP device syncing (fetching and setting of DEP profiles). apple_dep_sync_periodicity: 10m ``` -##### Example YAML - -```yaml -mdm: - apple_enable: true - apple_apns_cert: /path/to/apns_cert - apple_apns_key: /path/to/apns_key - apple_scep_cert: /path/to/scep_cert - apple_scep_key: /path/to/scep_key - apple_scep_challenge: scepchallenge - apple_bm_server_token: /path/to/server_token.p7m - apple_bm_cert: /path/to/bm_cert - apple_bm_key: /path/to/private_key - okta_server_url: https://example.okta.com - okta_client_id: 9oa4eoxample2rpdi1087 - okta_client_secret: COp8o5zskEQ0OylgjqTrd0xu7rQLx-VteaQW4YGf - eula_url: https://example.com/eula.pdf -``` - ## Managing osquery configurations We recommend that you use an infrastructure configuration management tool to manage these osquery configurations consistently across your environment. If you're unsure about what configuration management tools your organization uses, contact your company's system administrators. If you are evaluating new solutions for this problem, the founders of Fleet have successfully managed configurations in large production environments using [Chef](https://www.chef.io/chef/) and [Puppet](https://puppet.com/).