Skip to content

Commit 49cc315

Browse files
committed
DEV: correct ACL docs regarding prefixes
1 parent 11c8777 commit 49cc315

File tree

1 file changed

+1
-1
lines changed
  • content/operate/oss_and_stack/management/security

1 file changed

+1
-1
lines changed

content/operate/oss_and_stack/management/security/acl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ The following is a list of command categories and their meanings:
311311
* **pubsub** - all pubsub related commands.
312312
* **read** - Reading from keys (values or metadata). Note that commands that don't interact with keys, will not have either `read` or `write`.
313313
* **scripting** - Scripting related.
314-
* **search** - All search related commands. Note that indexes can only be created/modified if their key prefixes are a superset of the keys to which a user has access. For example, a user with the key ACL pattern `h:*` can create an index with keys prefixed by `h:*` or `h:p*`, but not keys prefixed by `h*`, `k:*`, or `k*`, because these prefixes may involve keys to which the user has access.
314+
* **search** - All search related commands. Note that only ACL users with access to a superset of the key prefixes defined during index creation can create, modify, or read the index. For example, a user with the key ACL pattern `h:*` can create an index with keys prefixed by `h:*` or `h:p*`, but not keys prefixed by `h*`, `k:*`, or `k*`, because these prefixes may involve keys to which the user does not have access.
315315
* **set** - Data type: all set related commands.
316316
* **sortedset** - Data type: all sorted set related commands.
317317
* **slow** - All commands that are not `fast`.

0 commit comments

Comments
 (0)