Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-1947

Composite roles are not supported

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 2.2.9
    • 2.2.14
    • Authenticator
    • None
    • MXS-SPRINT-65

    Description

      CREATE USER test;
      CREATE ROLE a;
      CREATE ROLE b;
      CREATE DATABASE db;
      GRANT ALL ON db.* TO a;
      GRANT a TO b;
      GRANT b TO test;
      SET DEFAULT ROLE b FOR test;
      

      Connecting with user test with db as default database will fail when it should succeed.

      Attachments

        Activity

          People

            markus makela markus makela
            markus makela markus makela
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.