Anonymous Mode
| - Protocol:
PLAIN_TEXT - Description: Users can access the cluster via the Kafka API without setting access credentials, thus accessing the AutoMQ instance anonymously with full operational privileges.
It is not recommended to use anonymous mode in production environments. It is advised to perform strict identity verification using protocols such as SASL or mTLS.
|
SASL Mode
| - Protocols:
SASL_PLAINTEXT, SASL_SSL - Authentication Mechanisms:
SCRAM-SHA-256, SCRAM-SHA-512, PLAIN - Description: When accessing the cluster via the Kafka API, users need to set access credentials to identify the identity principal. This, in conjunction with the Kafka ACL authorization mechanism, verifies the operational permissions of the principal. Manage Kafka ACLs▸
|
Mutual TLS (mTLS)
| - Protocols:
SSL - Authentication Mechanism:
SSL - Description: When accessing the cluster via the Kafka API, a unique TLS certificate must be assigned to each client. Each TLS certificate corresponds to an identity principal in the Kafka ACL. After the server performs TLS verification, it identifies the corresponding identity principal and verifies the operational permissions of the principal using the Kafka ACL authorization mechanism. Manage Kafka ACLs▸
|