Skip to content

Commit d6c0c26

Browse files
authored
docs: fix tls field names (#1051)
1 parent 8f4df79 commit d6c0c26

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/modules/zookeeper/pages/usage_guide/encryption.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The utilized certificates can be changed in a top-level config.
99
----
1010
include::example$usage_guide/example-cluster-tls-encryption.yaml[]
1111
----
12-
<1> The `tls.server.secretClass` refers to the client-to-server encryption. Defaults to the `tls` secret.
13-
<2> The `tls.quorum.secretClass` refers to the server-to-server quorum encryption. Defaults to the `tls` secret.
12+
<1> The `tls.serverSecretClass` refers to the client-to-server encryption. Defaults to the `tls` secret.
13+
<2> The `tls.quorumSecretClass` refers to the server-to-server quorum encryption. Defaults to the `tls` secret.
1414

1515
The `tls` secret is deployed from the xref:secret-operator:index.adoc[Secret Operator] and looks like this:
1616

@@ -19,4 +19,6 @@ The `tls` secret is deployed from the xref:secret-operator:index.adoc[Secret Ope
1919
include::example$usage_guide/example-secret-operator-tls-secret.yaml[]
2020
----
2121

22-
You can create your own secrets and reference them e.g. in the `tls.secretClass` to use different certificates.
22+
You can create your own secrets and reference them in `tls.serverSecretClass` or `tls.quorumSecretClass` to use different certificates.
23+
24+
NOTE: Configuring a client `AuthenticationClass` via xref:usage_guide/authentication.adoc[] overrides the `tls.serverSecretClass` setting.

0 commit comments

Comments
 (0)