Skip to content

Commit

Permalink
RS: 7.4.2 Fuji May maintenance release docs (#243)
Browse files Browse the repository at this point in the history
* Add cnm_http threads and workers to cluster REST API object reference

* DOC-3486 May RS 7.4.2 maintenance release notes

* Apply suggestions from code review

Co-authored-by: andy-stark-redis <[email protected]>

* Reword a few sentences in the release notes security section

* Feedback updates - rewording a few more sentences in the security section

* DOC-3656 Add MD5 checksums for RS 7.4.2-169

* DOC-3486 Feedback updates for enhancements and resolved issues

* DOC-3486 Feedback updates - wording

* DOC-3486 Feedback updates - wording

* DOC-3486 Feedback updates - wording

---------

Co-authored-by: andy-stark-redis <[email protected]>
  • Loading branch information
rrelledge and andy-stark-redis authored May 29, 2024
1 parent 20b9023 commit d9faa8a
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ An API object that represents the cluster.
| cluster_ssh_public_key | string | Cluster's autogenerated SSH public key |
| cm_port | integer, (range:&nbsp;1024-65535) | UI HTTPS listening port |
| cm_session_timeout_minutes | integer (default:&nbsp;15) | The timeout (in minutes) for the session to the CM |
| cnm_http_max_threads_per_worker | integer (default: 10) | Maximum number of threads per worker in the `cnm_http` service (deprecated) |
| cnm_http_port | integer, (range:&nbsp;1024-65535) | API HTTP listening port |
| cnm_http_workers | integer (default: 1) | Number of workers in the `cnm_http` service |
| cnm_https_port | integer, (range:&nbsp;1024-65535) | API HTTPS listening port |
| control_cipher_suites | string | Specifies the enabled ciphers for the control plane. The ciphers are specified in the format understood by the BoringSSL library. |
| control_cipher_suites_tls_1_3 | string | Specifies the enabled TLS 1.3 ciphers for the control plane. The ciphers are specified in the format understood by the BoringSSL library. (read-only) |
Expand Down
Loading

0 comments on commit d9faa8a

Please sign in to comment.