Skip to content

Commit 096c25a

Browse files
authored
Docs: Update TLS info from the LDAP config example (grafana#91975)
* update TLS info from the LDAP config example * address feedback
1 parent 30035b2 commit 096c25a

File tree

1 file changed

+3
-2
lines changed
  • docs/sources/setup-grafana/configure-security/configure-authentication/ldap

1 file changed

+3
-2
lines changed

docs/sources/setup-grafana/configure-security/configure-authentication/ldap/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@ port = 636
8888
use_ssl = true
8989
# If set to true, use LDAP with STARTTLS instead of LDAPS
9090
start_tls = false
91-
# The value of an accepted TLS cipher. By default, this value is empty. Example value: ["TLS_AES_256_GCM_SHA384"])
91+
# The value of an accepted TLS cipher. By default, this value is empty. Example value: ["TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"])
9292
# For a complete list of supported ciphers and TLS versions, refer to: https://go.dev/src/crypto/tls/cipher_suites.go
93+
# Starting with Grafana v11.0 only ciphers with ECDHE support are accepted for TLS 1.2 connections.
9394
tls_ciphers = []
94-
# This is the minimum TLS version allowed. By default, this value is empty. Accepted values are: TLS1.1, TLS1.2, TLS1.3.
95+
# This is the minimum TLS version allowed. By default, this value is empty. Accepted values are: TLS1.1 (only for Grafana v10.4 or earlier), TLS1.2, TLS1.3.
9596
min_tls_version = ""
9697
# set to true if you want to skip SSL cert validation
9798
ssl_skip_verify = false

0 commit comments

Comments
 (0)