You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en_US/access-control/authz/redis.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Knowledge about [basic EMQX authorization concepts](./authz.md)
12
12
13
13
Users need to provide a query template that returns the following data:
14
14
15
-
-`topic`: Specifies the topic that the rule applies to, which can use topic filters and [topic placeholders](https://claude.ai/chat/authz.md#topic-placeholders).
15
+
-`topic`: Specifies the topic that the rule applies to, which can use topic filters and [topic placeholders](./authz.md#topic-placeholders).
16
16
-`action`: Specifies the actions that the rule applies to, available options are `publish`, `subscribe`, and `all`.
17
17
-`qos` (Optional) Specifies the QoS levels that the current rule applies to. Value options are `0`, `1`, `2`. It can also be a number array to specify multiple QoS levels. The default is all QoS levels.
18
18
-`retain`: (Optional) Specifies whether the rule supports retained messages. Value options are `true`, `false`. The default is to allow retained messages.
0 commit comments