security: add automatic upgrade provisioning a fix for gh-945
Currently we requrie read and write on system spaces to be able to create objects, and only object definer can drop an object. Release 1.7.7 adds 'create' and 'drop' acls, which can be used to explicitly pass around create/drop privileges. Automatically grant 'create' privilege to all users created pre-1.7.7 who have global read and write privileges on universe during 1.7.7 automatic upgrade.
Please register or sign in to comment