forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2.7 KiB
2.7 KiB
Creating a SASL_SSL User
DMS supports ACL permission management for topics. You can differentiate the operations that different users are allowed to perform on a topic by granting the users different permissions.
This section describes how to create a SASL_SSL user after SASL_SSL is enabled for a Kafka instance. For details about how to grant user permissions, see Granting Permissions to a SASL_SSL User.
Prerequisites
SASL_SSL has been enabled when you create the Kafka instance.
Procedure
- Log in to the management console.
- Click
in the upper left corner to select a region.
- Click Service List and choose Application > Distributed Message Service. The Kafka instance list is displayed.
- Click the desired Kafka instance to view the instance details.
- On the Users tab page, click Create User.
- In the displayed Create User dialog box, set the username and password, and click OK.
After the SASL_SSL user is created, grant permissions to the user by referring to Granting Permissions to a SASL_SSL User.
Parent topic: Managing Users