Skip to content

Commit efb0a71

Browse files
committed
DOC-4630 RS: Fix mtls_certificate_authentication type in release notes example
1 parent a30dc50 commit efb0a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-4-tba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This version offers:
4747
```sh
4848
PUT /v1/cluster
4949
{
50-
"mtls_certificate_authentication": "enabled",
50+
"mtls_certificate_authentication": true,
5151
"mtls_client_cert_subject_validation_type": "san_cn",
5252
"mtls_authorized_subjects": [{
5353
"CN": "test",

0 commit comments

Comments
 (0)