From 92f9886bc36da225dab637d42ecbf3e716290224 Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Thu, 28 Mar 2024 14:13:24 -0400 Subject: [PATCH 1/2] docs: temporarily remove boringcrypto references This commit removes boringcrypto references until grafana/alloy#64 is resolved. --- docs/sources/about.md | 3 ++ docs/sources/reference/config-blocks/http.md | 30 ++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/docs/sources/about.md b/docs/sources/about.md index 02a73e5d2c..92ca5028d0 100644 --- a/docs/sources/about.md +++ b/docs/sources/about.md @@ -188,9 +188,12 @@ You should run Flow mode when: [vault]: ./reference/components/remote.vault/ --> + + diff --git a/docs/sources/reference/config-blocks/http.md b/docs/sources/reference/config-blocks/http.md index c994465970..336f7c52b4 100644 --- a/docs/sources/reference/config-blocks/http.md +++ b/docs/sources/reference/config-blocks/http.md @@ -88,6 +88,7 @@ The `cipher_suites` argument determines what cipher suites to use. If you don't provide cipher suite, a default list is used. The set of cipher suites specified may be from the following: + +| Cipher | +| ----------------------------------------------- | +| `TLS_RSA_WITH_AES_128_CBC_SHA` | +| `TLS_RSA_WITH_AES_256_CBC_SHA` | +| `TLS_RSA_WITH_AES_128_GCM_SHA256` | +| `TLS_RSA_WITH_AES_256_GCM_SHA384` | +| `TLS_AES_128_GCM_SHA256` | +| `TLS_AES_256_GCM_SHA384` | +| `TLS_CHACHA20_POLY1305_SHA256` | +| `TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA` | +| `TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA` | +| `TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA` | +| `TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA` | +| `TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256` | +| `TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384` | +| `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256` | +| `TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384` | +| `TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256` | +| `TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256` | + The `curve_preferences` argument determines the set of elliptic curves to prefer during a handshake in preference order. If not provided, a default list is used. The set of elliptic curves specified may be from the following: + +| Curve | +| ----------- | +| `CurveP256` | +| `CurveP384` | +| `CurveP521` | +| `X25519` | The `min_version` and `max_version` arguments determine the oldest and newest TLS version that's acceptable from clients. If you don't provide the min and max TLS version, a default value is used. From 76fafc2413821ac7439ce1414699708e5bee5f9c Mon Sep 17 00:00:00 2001 From: Robert Fratto Date: Wed, 3 Apr 2024 12:44:52 -0400 Subject: [PATCH 2/2] remove boringcrypto docs instead of commenting out --- docs/sources/about.md | 9 ------ docs/sources/reference/config-blocks/http.md | 29 -------------------- 2 files changed, 38 deletions(-) diff --git a/docs/sources/about.md b/docs/sources/about.md index 92ca5028d0..22e4f84a72 100644 --- a/docs/sources/about.md +++ b/docs/sources/about.md @@ -188,12 +188,3 @@ You should run Flow mode when: [vault]: ./reference/components/remote.vault/ --> - - diff --git a/docs/sources/reference/config-blocks/http.md b/docs/sources/reference/config-blocks/http.md index 336f7c52b4..e3750db909 100644 --- a/docs/sources/reference/config-blocks/http.md +++ b/docs/sources/reference/config-blocks/http.md @@ -88,27 +88,6 @@ The `cipher_suites` argument determines what cipher suites to use. If you don't provide cipher suite, a default list is used. The set of cipher suites specified may be from the following: - | Cipher | | ----------------------------------------------- | | `TLS_RSA_WITH_AES_128_CBC_SHA` | @@ -134,14 +113,6 @@ The `curve_preferences` argument determines the set of elliptic curves to prefer If not provided, a default list is used. The set of elliptic curves specified may be from the following: - | Curve | | ----------- | | `CurveP256` |