Skip to content

SORT and SORT_RO circumvent ACLs when sorting by external keys #10106

@madolson

Description

@madolson

The SORT and SORT_RO commands support an option to sort by an external keys using a pattern. This functionality is disabled in cluster mode because there is no way to know the keys ahead of time, and such the corresponding function to getKeys from a command does not include them.

We should add an explicit check when accessing the keys in SORT and SORT_RO to make sure we have access to read from them before returning the request.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions