Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add base64 requirement #4500

Merged
merged 7 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ The `stylus.site` blocks accept the following parameters.

| Parameter | Description | Default |
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------- |
| `stylus.site.caCerts` | The Secure Sockets Layer (SSL) certificate authority (CA) certificates. | |
| `stylus.site.caCerts` | The Secure Sockets Layer (SSL) Certificate Authority (CA) certificates. The certificates must be base64-encoded. | |
| `stylus.site.clusterId` | The ID of the host cluster the edge host belongs to. | |
| `stylus.site.clusterName` | The name of the host cluster the edge host belongs to. | |
| `stylus.site.deviceUIDPaths` | Specify the file path for reading in product or board serial that can be used to set the device ID. The default file path is **/sys/class/dmi/id/product_uuid**. Refer to the [Device ID (UID) Parameters](#device-id-uid-parameters) section to learn more. | |
Expand Down
lennessyy marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ configured through Local UI will be retained even after a

3. Supply the proxy server information.

| Field | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| HTTP Endpoint | The address where the HTTP proxy server is located. It's used to route HTTP traffic through the proxy. |
| HTTPS Endpoint | The address where the HTTPS proxy server is located. It's used to route HTTPS traffic through the proxy. |
| No Proxy | Specifies exceptions to the proxy rules. It lists addresses or domains that should bypass the proxy and connect directly, useful for local or internal network resources. |
| CA Certificates | CA certificates that are used to authenticate the proxy server. |
| Field | Description |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| HTTP Endpoint | The address where the HTTP proxy server is located. It's used to route HTTP traffic through the proxy. |
| HTTPS Endpoint | The address where the HTTPS proxy server is located. It's used to route HTTPS traffic through the proxy. |
| No Proxy | Specifies exceptions to the proxy rules. It lists addresses or domains that should bypass the proxy and connect directly, useful for local or internal network resources. |
| Certificate Authority (CA) Certificates | CA certificates that are used to authenticate the proxy server. The certificates must be base64-encoded. |

4. Click **Confirm**. Updating the HTTP proxy settings causes HTTP/HTTPS services on the Edge host to restart, so you
will not be able to access the console for a short duration .
Expand Down