From 22034d79838e7aeda37a42297b2a93fdbb660d2a Mon Sep 17 00:00:00 2001 From: Harrison Ravazzolo <38767391+harrisonravazzolo@users.noreply.github.com> Date: Wed, 26 Nov 2025 10:23:24 -0800 Subject: [PATCH] remove duplicate smallstep section from yaml reference (#36339) Dupe blocks of code --- docs/Configuration/yaml-files.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/Configuration/yaml-files.md b/docs/Configuration/yaml-files.md index 2a3071791f..1d9e06d432 100644 --- a/docs/Configuration/yaml-files.md +++ b/docs/Configuration/yaml-files.md @@ -927,14 +927,6 @@ Can only be configured for all teams (`org_settings`). Can only be configured for all teams (`org_settings`). -#### smallstep - -- `name` is the name of the certificate authority that will be used in variables in configuration profiles. Only letters, numbers, and underscores are allowed. -- `url` is the **SCEP URL** from Smallstep. -- `challenge_url` is the **Webhook URL** from Smallstep. -- `username` is the **Challenge Basic Authentication Username** from Smallstep. -- `password` is the **Challenge Basic Authentication Password** from Smallstep. - ### webhook_settings The `webhook_settings` section lets you define webhook settings for failing policy, vulnerability, and host status [automations](https://fleetdm.com/docs/using-fleet/automations).