Binbin
d616925835
Allow SET without GET arg on write-only ACL. Allow BITFIELD GET on read-only ACL ( #10148 )
...
SET is a R+W command, because it can also do `GET` on the data.
SET without GET is a write-only command.
SET with GET is a read+write command.
In #9974 , we added ACL to let users define write-only access.
So when the user uses SET with GET option, and the user doesn't
have the READ permission on the key, we need to reject it,
but we rather not reject users with write-only permissions from using
the SET command when they don't use GET.
In this commit, we add a `getkeys_proc` function to control key
flags in SET command. We also add a new key spec flag (VARIABLE_FLAGS)
means that some keys might have different flags depending on arguments.
We also handle BITFIELD command, add a `bitfieldGetKeys` function.
BITFIELD GET is a READ ONLY command.
BITFIELD SET or BITFIELD INCR are READ WRITE commands.
Other changes:
1. SET GET was added in 6.2, add the missing since in set.json
2. Added tests to cover the changes in acl-v2.tcl
3. Fix some typos in server.h and cleanups in acl-v2.tcl
Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
Co-authored-by: Oran Agra <oran@redislabs.com>
2022-01-26 21:03:21 +02:00
..
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 13:05:27 -08:00
2021-12-15 21:23:15 +02:00
2021-12-29 21:57:40 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 13:05:27 -08:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 09:05:53 +02:00
2021-12-22 14:11:16 +02:00
2021-12-29 21:57:40 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-26 21:03:21 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2021-12-29 21:57:40 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2021-12-29 21:57:40 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-11 17:16:16 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-11 17:16:16 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2021-12-16 09:01:13 +02:00
2021-12-15 21:23:15 +02:00
2021-12-22 14:11:16 +02:00
2021-12-22 14:11:16 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2021-12-19 10:46:16 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 09:05:53 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-24 16:50:02 +02:00
2022-01-24 16:50:02 +02:00
2022-01-24 16:50:02 +02:00
2022-01-24 16:50:02 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2021-12-26 09:03:37 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-06 13:39:38 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 09:05:53 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-05 14:01:05 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-22 14:11:16 +02:00
2021-12-22 14:11:16 +02:00
2021-12-15 21:23:15 +02:00
2021-12-29 21:57:40 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 09:05:53 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-25 09:55:30 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-04 13:37:47 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-02 16:54:47 -08:00
2022-01-02 16:54:47 -08:00
2022-01-15 19:57:24 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 09:05:53 +02:00
2022-01-20 11:32:11 +02:00
2022-01-10 08:00:04 +02:00
2022-01-10 08:00:04 +02:00
2022-01-18 16:00:00 +02:00
2022-01-19 19:30:32 -08:00
2021-12-15 21:23:15 +02:00
2022-01-20 09:05:53 +02:00
2022-01-20 09:05:53 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-04 13:37:47 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-24 16:50:02 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2021-12-15 21:23:15 +02:00
2022-01-26 21:03:21 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 09:05:53 +02:00
2022-01-20 11:32:11 +02:00
2022-01-25 09:55:30 +02:00
2022-01-18 16:00:00 +02:00
2022-01-25 09:55:30 +02:00
2021-12-22 14:11:16 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 13:05:27 -08:00
2022-01-20 13:05:27 -08:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2021-12-29 21:57:40 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-04 13:37:47 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 09:05:53 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 09:05:53 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2021-12-15 21:23:15 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-25 09:55:30 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-25 09:55:30 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-20 11:32:11 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00
2022-01-18 16:00:00 +02:00