mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 11:36:54 +00:00
auth: Remove outdated "TODO"
Authorization never happens at this level of the stack, though it formally did.
This commit is contained in:
@@ -175,7 +175,6 @@ default_authorizer::modify(
|
||||
permission_set set,
|
||||
const resource& resource,
|
||||
stdx::string_view op) {
|
||||
// TODO: why does this not check super user?
|
||||
auto query = sprint(
|
||||
"UPDATE %s.%s SET %s = %s %s ? WHERE %s = ? AND %s = ?",
|
||||
meta::AUTH_KS,
|
||||
|
||||
Reference in New Issue
Block a user