logo
Alauda Streaming Service for Kafka
logo
Alauda Streaming Service for Kafka
Navigation
Introduction
Release Notes
Lifecycle Policy
Install
Upgrade
Architecture

Guides

Create Instance
Delete Instance
User Management
Topic Management
Parameter Configuration
Update Scheduling Configuration
Monitoring and Alerts
Log
Restart Instance
Start and Stop Instance

HowTo

Specification Changes
Choosing Connection Address and Configuring Connection Method
Patch Version Upgrade
Client File Configuration
Permissions

API Reference

Kubernetes APIs

Kafka APIs

RdsKafka
RdsTopic
RdsKafkaUser
📝 Edit this page on GitHub
Previous PageDelete Instance
Next PageTopic Management

#User Management

Please configure the Kafka users as needed.

Prerequisites

A Kafka instance has been created and is running

#TOC

#Procedure

Web Console
  1. Click on Kafka in the left navigation bar.

  2. Select the target namespace.

  3. Click on the target instance name to enter the details page.

  4. In the User Management tab, click on Create User.

  5. Configure the parameters according to the following instructions:

    ParameterDescription
    Authentication MethodMust be consistent with the authentication method of the Kafka instance. If the instance has multiple authentication methods, one can be selected as needed.
    PermissionsDefines the user's access permissions to topics, consumers, transactions, and other resources.
  6. Click on Create.

Notes
  • User passwords or certificates are stored in a secure dictionary.
  • It is recommended to regularly update passwords for users using SCRAM-SHA-512 authentication to enhance security.