Gitops docs changes for #34689 (#35015)

This commit is contained in:
Dante Catalfamo
2025-11-04 16:27:36 -05:00
committed by GitHub
parent 37722a925f
commit f06e6fc582
+12
View File
@@ -852,6 +852,11 @@ org_settings:
- name: SCEP_VPN
url: https://example.com/scep
challenge: $SCEP_VPN_CHALLENGE
custom_est_proxy:
- name: EST_WIFI
url: https://example.com/est
username: $EST_PROXY_USERNAME
password: $EST_PROXY_PASSWORD
hydrant:
- name: HYDRANT_WIFI
url: https://example.hydrantid.com/.well-known/est/abc123
@@ -899,6 +904,13 @@ Can only be configured for all teams (`org_settings`).
- `client_id` is the client ID provided by Hydrant.
- `client_secret` is the client secret provided by Hydrant.
#### custom_est_proxy
- `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 EST (Enrollment Over Secure Transport) endpoint.
- `username` is the username for the EST server.
- `password` is the password for the EST server.
#### 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.