Docs
rocketmq
Operational Guide
Token Management

Token Management

URocketMQ provides an instance access mechanism in the form of tokens, and users must use tokens to access instances. Each token can set production and consumption permissions on the Topic dimension to meet the needs of multiple users using different Topics in the same instance.

Each token includes two types of permissions, production and consumption, as follows:

  • All: have production or consumption rights for all Topics under the instance, including those created later.
  • Partial: have production or consumption rights for the selected Topics.
  • None: have no production or consumption rights for all Topics under the instance.

When an instance is created, a default “Default” token is automatically generated. The Default token enjoys production and consumption rights for all Topics, supports viewing only, and does not allow editing or deleting.

Token List

You can click the copy button after the public/private keys of the designated token to get the full information of the public/private keys.

Create Token

If the default Default token cannot meet the business requirements, you can create a new token as needed.

Click the “Create Token” button to create a new token, and configure production and consumption permissions as needed.

View/Edit Token

Click the “View/Edit” button to view or update existing tokens. The default Default token only supports viewing.

Delete Token

You can delete unnecessary tokens as needed. The default Default token does not support deletion operations.

Note: After the token is deleted, the client accessing with this token will no longer be able to access the instance.