You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restrict DROP USER/ROLE from non-dbo user (#2859) (#2865) (#2883)
Earlier, any user was able to drop user/role, irrespective of whether that user has required privileges or not.
With this commit, Only dbo and members of db_owner will have the permission to drop user/role. Additionally, this
restricts dropping internal database principal such as dbo and db_owner, it restricts dropping non-Babelfish roles from TDS endpoint.
Task: BABEL-5173
Authored-by: ANJU BHARTI <abanju@amazon.com>
0 commit comments