mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
DOCS-420: Incorrect Kafka SASL mechanisms
This commit is contained in:
@ -838,7 +838,8 @@ Specify the SASL mechanism to use for authenticating to the Kafka broker(s).
|
|||||||
MinIO supports the following mechanisms:
|
MinIO supports the following mechanisms:
|
||||||
|
|
||||||
- ``PLAIN`` (Default)
|
- ``PLAIN`` (Default)
|
||||||
- ``SCRAM``
|
- ``SHA256``
|
||||||
|
- ``SHA512``
|
||||||
|
|
||||||
.. end-minio-notify-kafka-sasl-mechanism
|
.. end-minio-notify-kafka-sasl-mechanism
|
||||||
|
|
||||||
@ -852,17 +853,17 @@ more information on possible values for this field.
|
|||||||
|
|
||||||
.. end-minio-notify-kafka-tls-client-auth
|
.. end-minio-notify-kafka-tls-client-auth
|
||||||
|
|
||||||
.. start-minio-notify-kafka-sasl
|
.. start-minio-notify-kafka-sasl-root
|
||||||
|
|
||||||
Specify ``on`` to enable SASL authentication.
|
Specify ``on`` to enable SASL authentication.
|
||||||
|
|
||||||
.. end-minio-notify-kafka-sasl
|
.. end-minio-notify-kafka-sasl-root
|
||||||
|
|
||||||
.. start-minio-notify-kafka-tls
|
.. start-minio-notify-kafka-tls-root
|
||||||
|
|
||||||
Specify ``on`` to enable TLS connectivity to the Kafka broker(s)
|
Specify ``on`` to enable TLS connectivity to the Kafka broker(s)
|
||||||
|
|
||||||
.. end-minio-notify-kafka-tls
|
.. end-minio-notify-kafka-tls-root
|
||||||
|
|
||||||
.. start-minio-notify-kafka-tls-skip-verify
|
.. start-minio-notify-kafka-tls-skip-verify
|
||||||
|
|
||||||
|
@ -132,7 +132,6 @@ You can configure a new Kafka service endpoint using either environment variable
|
|||||||
sasl_password="<string>" \
|
sasl_password="<string>" \
|
||||||
sasl_mechanism="<string>" \
|
sasl_mechanism="<string>" \
|
||||||
tls_client_auth="<string>" \
|
tls_client_auth="<string>" \
|
||||||
sasl="<string>" \
|
|
||||||
tls="<string>" \
|
tls="<string>" \
|
||||||
tls_skip_verify="<string>" \
|
tls_skip_verify="<string>" \
|
||||||
client_tls_cert="<string>" \
|
client_tls_cert="<string>" \
|
||||||
@ -306,16 +305,17 @@ for the Kafka service endpoint:
|
|||||||
:class: copyable
|
:class: copyable
|
||||||
|
|
||||||
mc admin config set ALIAS/ notify_kafka:<IDENTIFIER> \
|
mc admin config set ALIAS/ notify_kafka:<IDENTIFIER> \
|
||||||
url="https://kafka1.example.net:9200, https://kafka2.example.net:9200" \
|
brokers="https://kafka1.example.net:9200, https://kafka2.example.net:9200" \
|
||||||
exchange="<string>" \
|
topic="<string>" \
|
||||||
exchange_type="<string>" \
|
sasl_username="<string>" \
|
||||||
routing_key="<string>" \
|
sasl_password="<string>" \
|
||||||
mandatory="<string>" \
|
sasl_mechanism="<string>" \
|
||||||
durable="<string>" \
|
tls_client_auth="<string>" \
|
||||||
no_wait="<string>" \
|
tls="<string>" \
|
||||||
internal="<string>" \
|
tls_skip_verify="<string>" \
|
||||||
auto_deleted="<string>" \
|
client_tls_cert="<string>" \
|
||||||
delivery_mode="<string>" \
|
client_tls_key="<string>" \
|
||||||
|
version="<string>" \
|
||||||
queue_dir="<string>" \
|
queue_dir="<string>" \
|
||||||
queue_limit="<string>" \
|
queue_limit="<string>" \
|
||||||
comment="<string>"
|
comment="<string>"
|
||||||
@ -356,7 +356,7 @@ Kafka target similar to the following:
|
|||||||
|
|
||||||
SQS ARNs: arn:minio:sqs::primary:kafka
|
SQS ARNs: arn:minio:sqs::primary:kafka
|
||||||
|
|
||||||
3) Validate the Changes
|
4) Validate the Changes
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Perform an action on a bucket which has an event configuration using the updated
|
Perform an action on a bucket which has an event configuration using the updated
|
||||||
|
@ -1586,8 +1586,8 @@ using these environment variables.
|
|||||||
|
|
||||||
.. mc-conf:: notify_kafka
|
.. mc-conf:: notify_kafka
|
||||||
|
|
||||||
The top-level configuration key for defining an Kafka service endpoint for use
|
The top-level configuration key for defining an Kafka service endpoint for
|
||||||
with :ref:`MinIO bucket notifications <minio-bucket-notifications>`.
|
use with :ref:`MinIO bucket notifications <minio-bucket-notifications>`.
|
||||||
|
|
||||||
Use :mc-cmd:`mc admin config set` to set or update an Kafka service endpoint.
|
Use :mc-cmd:`mc admin config set` to set or update an Kafka service endpoint.
|
||||||
The :mc-conf:`~notify_kafka.brokers` argument is *required* for each target.
|
The :mc-conf:`~notify_kafka.brokers` argument is *required* for each target.
|
||||||
@ -1690,26 +1690,14 @@ using these environment variables.
|
|||||||
This configuration setting corresponds to the
|
This configuration setting corresponds to the
|
||||||
:ENVVAR:`MINIO_NOTIFY_KAFKA_TLS_CLIENT_AUTH` ENVIRONMENT VARIABLE
|
:ENVVAR:`MINIO_NOTIFY_KAFKA_TLS_CLIENT_AUTH` ENVIRONMENT VARIABLE
|
||||||
|
|
||||||
.. mc-conf:: sasl
|
|
||||||
:delimiter: " "
|
|
||||||
|
|
||||||
*Optional*
|
|
||||||
|
|
||||||
.. include:: /includes/common-mc-admin-config.rst
|
|
||||||
:start-after: start-minio-notify-kafka-sasl
|
|
||||||
:end-before: end-minio-notify-kafka-sasl
|
|
||||||
|
|
||||||
This configuration setting corresponds to the
|
|
||||||
:ENVVAR:`MINIO_NOTIFY_KAFKA_SASL` ENVIRONMENT VARIABLE
|
|
||||||
|
|
||||||
.. mc-conf:: tls
|
.. mc-conf:: tls
|
||||||
:delimiter: " "
|
:delimiter: " "
|
||||||
|
|
||||||
*Optional*
|
*Optional*
|
||||||
|
|
||||||
.. include:: /includes/common-mc-admin-config.rst
|
.. include:: /includes/common-mc-admin-config.rst
|
||||||
:start-after: start-minio-notify-kafka-tls
|
:start-after: start-minio-notify-kafka-tls-root
|
||||||
:end-before: end-minio-notify-kafka-tls
|
:end-before: end-minio-notify-kafka-tls-root
|
||||||
|
|
||||||
This configuration setting corresponds to the
|
This configuration setting corresponds to the
|
||||||
:ENVVAR:`MINIO_NOTIFY_KAFKA_TLS` ENVIRONMENT VARIABLE
|
:ENVVAR:`MINIO_NOTIFY_KAFKA_TLS` ENVIRONMENT VARIABLE
|
||||||
|
@ -1950,8 +1950,8 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively:
|
|||||||
*Optional*
|
*Optional*
|
||||||
|
|
||||||
.. include:: /includes/common-mc-admin-config.rst
|
.. include:: /includes/common-mc-admin-config.rst
|
||||||
:start-after: start-minio-notify-kafka-sasl
|
:start-after: start-minio-notify-kafka-sasl-root
|
||||||
:end-before: end-minio-notify-kafka-sasl
|
:end-before: end-minio-notify-kafka-sasl-root
|
||||||
|
|
||||||
This environment variable corresponds to the
|
This environment variable corresponds to the
|
||||||
:mc-conf:`notify_kafka sasl <notify_kafka.sasl>`
|
:mc-conf:`notify_kafka sasl <notify_kafka.sasl>`
|
||||||
@ -1962,8 +1962,8 @@ endpoints as ``PRIMARY`` and ``SECONDARY`` respectively:
|
|||||||
*Optional*
|
*Optional*
|
||||||
|
|
||||||
.. include:: /includes/common-mc-admin-config.rst
|
.. include:: /includes/common-mc-admin-config.rst
|
||||||
:start-after: start-minio-notify-kafka-tls
|
:start-after: start-minio-notify-kafka-tls-root
|
||||||
:end-before: end-minio-notify-kafka-tls
|
:end-before: end-minio-notify-kafka-tls-root
|
||||||
|
|
||||||
This environment variable corresponds to the
|
This environment variable corresponds to the
|
||||||
:mc-conf:`notify_kafka tls <notify_kafka.tls>`
|
:mc-conf:`notify_kafka tls <notify_kafka.tls>`
|
||||||
|
Reference in New Issue
Block a user