Skip to content

Commit

Permalink
Remove debug grant from stateboard (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson authored Jan 28, 2023
1 parent e79151d commit a690a4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cartridge/stateboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ local function cfg()
box.schema.user.grant('client', 'execute', 'function', 'longpoll', { if_not_exists = true })
box.schema.user.grant('client', 'execute', 'function', 'delete_replicasets', { if_not_exists = true })
box.schema.user.grant('client', 'execute', 'function', 'set_identification_string', { if_not_exists = true })
box.schema.user.grant('guest', 'super', nil, nil, { if_not_exists = true })

-- Enable listen port only after all spaces are set up
box.cfg({ listen = opts.listen })
Expand Down

0 comments on commit a690a4a

Please sign in to comment.