Skip to content

Commit

Permalink
Fix link in Redis authz doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Meggielqk committed Feb 20, 2025
1 parent 530627c commit d163776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en_US/access-control/authz/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Knowledge about [basic EMQX authorization concepts](./authz.md)

Users need to provide a query template that returns the following data:

- `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).
- `topic`: Specifies the topic that the rule applies to, which can use topic filters and [topic placeholders](./authz.md#topic-placeholders).
- `action`: Specifies the actions that the rule applies to, available options are `publish`, `subscribe`, and `all`.
- `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.
- `retain`: (Optional) Specifies whether the rule supports retained messages. Value options are `true`, `false`. The default is to allow retained messages.
Expand Down

0 comments on commit d163776

Please sign in to comment.