mirror of
https://github.com/minio/docs.git
synced 2025-08-05 03:41:24 +03:00
DOCS-784: Fix Kafka TLS Client Auth reference (#816)
This commit is contained in:
@@ -845,12 +845,34 @@ MinIO supports the following mechanisms:
|
|||||||
|
|
||||||
.. start-minio-notify-kafka-tls-client-auth
|
.. start-minio-notify-kafka-tls-client-auth
|
||||||
|
|
||||||
Specify the client authentication policy of the Kafka broker(s). See
|
Specify the client authentication type of the Kafka broker(s).
|
||||||
`ClientAuthType <https://golang.org/pkg/crypto/tls/#ClientAuthType>`__ for
|
The following table lists the supported values and their mappings
|
||||||
more information on possible values for this field.
|
|
||||||
|
|
||||||
.. https://pkg.go.dev/crypto/tls#ClientAuthType ?
|
.. list-table::
|
||||||
|
:header-rows: 1
|
||||||
|
:widths: 20 80
|
||||||
|
:width: 100%
|
||||||
|
|
||||||
|
* - Value
|
||||||
|
- Authentication Type
|
||||||
|
|
||||||
|
* - 0
|
||||||
|
- ``NoClientCert``
|
||||||
|
|
||||||
|
* - 1
|
||||||
|
- ``RequestClientCert``
|
||||||
|
|
||||||
|
* - 2
|
||||||
|
- ``RequireAnyClientCert``
|
||||||
|
|
||||||
|
* - 3
|
||||||
|
- ``VerifyClientCertIfGiven``
|
||||||
|
|
||||||
|
* - 4
|
||||||
|
- ``RequireAndVerifyClientCert``
|
||||||
|
|
||||||
|
|
||||||
|
See `ClientAuthType <https://golang.org/pkg/crypto/tls/#ClientAuthType>`__ for more information on each client auth type.
|
||||||
.. end-minio-notify-kafka-tls-client-auth
|
.. end-minio-notify-kafka-tls-client-auth
|
||||||
|
|
||||||
.. start-minio-notify-kafka-sasl-root
|
.. start-minio-notify-kafka-sasl-root
|
||||||
|
Reference in New Issue
Block a user