From 4cff3790bea652b532e0fae414a6900aadb2de30 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Wed, 9 Apr 2025 15:08:40 -0500 Subject: [PATCH] Mark DigiCert and custom SCEP CA experimental (#27988) @marko-lisica's previous PR: https://github.com/fleetdm/fleet/pull/27724 (needed to change base branch to `main` because `docs-v4.66.0` was merged). --- docs/Configuration/yaml-files.md | 6 ++++++ docs/REST API/rest-api.md | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/docs/Configuration/yaml-files.md b/docs/Configuration/yaml-files.md index 6e97d304de..6b2d9b2d4e 100644 --- a/docs/Configuration/yaml-files.md +++ b/docs/Configuration/yaml-files.md @@ -712,6 +712,9 @@ For secrets, you can add [GitHub environment variables](https://docs.github.com/ - `group_id`is found by selecting **Admin > People > Groups** in Zendesk. Find your group and select it. The group ID will appear in the search field. #### digicert + +> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows. + - `name` is the name of certificate authority that will be used in variables in configuration profiles. Only letters, numbers, and underscores are allowed. - `url` is the URL to DigiCert One instance (default: `https://one.digicert.com`). - `api_token` is the token used to authenticate requests to DigiCert. @@ -727,6 +730,9 @@ For secrets, you can add [GitHub environment variables](https://docs.github.com/ - `password` is the password of the NDES admin endpoint (default: `""`). #### scep_proxy + +> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows. + - `name` is the name of certificate authority that will be used in variables in configuration profiles. Only letters, numbers, and underscores are allowed. - `url` is the URL of the Simple Certificate Enrollment Protocol (SCEP) server. - `challenge` is the static challenge password used to authenticate requests to SCEP server. diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 92fafa0e10..62b945adc7 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -1681,6 +1681,8 @@ _Available in Fleet Premium._ ##### integrations.digicert +> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows. + `integrations.digicert` is an array of objects with the following structure: | Name | Type | Description | @@ -1714,6 +1716,8 @@ Setting `integrations.ndes_scep_proxy` to `null` will clear existing settings. N ##### integrations.custom_scep_proxy +> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows. + `integrations.custom_scep_proxy` is an array of objects with the following structure: | Name | Type | Description |