Skip to content

Commit

Permalink
fix PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kmetin committed Nov 5, 2024
1 parent 37bb50b commit e469109
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/modules/ROOT/pages/tls.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,7 @@ Below are the configuration options for the TLS.
|`secretName`
| Specifies the name of Kubernetes TLS secret.

|`mutualAuthentication` (deprecated)
| Mutual authentication configuration, available values are:

- `None` (default): The client side of the connection is not authenticated.
- `Required`: Server forces usage of a trusted client certificate.
- `Optional`: Server asks for a client certificate, but it doesn't require it.

WARNING: It is deprecated and should no longer be used. It is retained solely for the purpose of maintaining backward compatibility. In the previous versions, the Operator was forcing mutual authentication between members and the `mutualAuthentication` field was being used as the `clientAuthentication` field. Now, it is possible to configure them separately.

|`clientAuthentication`
| Mutual authentication configuration for client to member communication, available values are:
Expand Down

0 comments on commit e469109

Please sign in to comment.