Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-16902

A user should be able to view permissions of role they created

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            adelapena Andres de la Peña
            adelapena Andres de la Peña
            Andres de la Peña
            Aleksei Zotov, Benjamin Lerer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 1.5h
                1.5h