You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,6 +82,7 @@ Updates the cluster configuration.
81
82
| min_sentinel_TLS_version |`1.2`<br />`1.3`| The minimum TLS protocol version that is supported for the discovery service |
82
83
| reserved_ports | list of ports/port ranges | List of reserved ports and/or port ranges to avoid using for database endpoints (for example `reserved_ports 11000 13000-13010`) |
83
84
| s3_url | string | The URL of S3 export and import |
85
+
| s3_ca_cert | string | The CA certificate filepath for S3 export and import |
84
86
| saslauthd_ldap_conf | filepath | Updates LDAP authentication configuration for the cluster |
85
87
| sentinel_cipher_suites | list of ciphers | Cipher suites used by the discovery service (supported ciphers are implemented by the [cipher_suites.go](<https://golang.org/src/crypto/tls/cipher_suites.go>) package) |
86
88
| sentinel_tls_mode |`allowed`<br />`required`<br />`disabled`| Define the SSL policy for the discovery service<br />(previously named `sentinel_ssl_policy`)|
0 commit comments