Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
3.0.26, 3.11.12, 4.0.2, 4.1-alpha1, 4.1
-
None
-
Code - Bug - Unclear Impact
-
Low
-
Normal
-
User Report
-
All
-
None
-
Description
Currently users are denied to view permissions to see a role they created:
CREATE ROLE parent WITH PASSWORD = 'x' AND LOGIN = true; GRANT CREATE ON ALL ROLES TO parent; LOGIN parent; CREATE ROLE child WITH PASSWORD = 'x' AND LOGIN = true; LIST ALL PERMISSIONS OF 'child'; -- You are not authorized to view child's permissions
When a user creates a role they should get the DESCRIBE permission on that role by default.