File tree Expand file tree Collapse file tree
docs/modules/zookeeper/pages/usage_guide Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ The utilized certificates can be changed in a top-level config.
99----
1010include::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
1515The `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
1919include::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.
You can’t perform that action at this time.
0 commit comments