Skip to content

Commit 724ae50

Browse files
committed
DOC-4986 RS: Add s3_ca_cert to cluster REST API reference
1 parent c4ee4e0 commit 724ae50

File tree

1 file changed

+1
-0
lines changed
  • content/operate/rs/references/rest-api/objects/cluster

1 file changed

+1
-0
lines changed

content/operate/rs/references/rest-api/objects/cluster/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ An API object that represents the cluster.
5858
| <span class="break-all">proxy_max_ccs_disconnection_time</span> | integer | Cluster-wide proxy timeout policy between proxy and CCS |
5959
| rack_aware | boolean | Cluster operates in a rack-aware mode (read-only) |
6060
| reserved_ports | array of strings | List of reserved ports and/or port ranges to avoid using for database endpoints (for example `"reserved_ports": ["11000", "13000-13010"]`) |
61+
| s3_ca_cert | string | Filepath to the PEM-encoded CA certificate to use for validating TLS connections to the S3 server |
6162
| s3_url | string | Specifies the URL for S3 export and import |
6263
| saslauthd_ldap_conf | string | saslauthd LDAP configuration |
6364
| sentinel_cipher_suites | array | Specifies the list of enabled ciphers for the sentinel service. The supported ciphers are those implemented by the [cipher_suites.go](<https://golang.org/src/crypto/tls/cipher_suites.go>) package. |

0 commit comments

Comments
 (0)