Files
scylladb/cql3
Wojciech Mitros 8abed6445a cql: fix authorization when altering a function
Currently, when a user is altering a function, they need
both CREATE and ALTER permissions, instead of just ALTER.
Additionally, after altering a function, the user is
treated as an owner of this function, gaining all access
permissions to it.

This patch fixes these 2 issues, by checking only the ALTER
permission when actually altering, and by not modifying
user's permisssions if the user did not actually create
the function.
2023-05-12 10:56:29 +02:00
..
2023-02-28 22:26:43 +02:00
2023-02-14 11:19:03 +02:00
2023-04-29 13:11:31 +02:00
2023-01-18 10:38:24 +02:00
2023-02-15 11:09:04 +02:00
2023-04-26 14:09:58 +08:00
2023-01-18 10:38:24 +02:00
2023-02-15 11:09:04 +02:00
2023-04-28 16:59:29 +08:00
2023-02-15 11:09:04 +02:00
2023-02-19 21:05:45 +02:00