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).
This commit is contained in:
Rachael Shaw
2025-04-09 16:08:40 -04:00
committed by GitHub
parent 0768197c64
commit 4cff3790be
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -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.
+4
View File
@@ -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 |