Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-40385

Running waitForAllIndexBuildsToFinish on admin.system.roles disables role transitivity

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.10
    • Affects Version/s: None
    • Component/s: Replication, Security
    • None
    • Fully Compatible
    • ALL
    • Security 2019-04-08
    • 44

      waitForAllIndexBuildsToFinish runs

              assert.commandWorked(this.getPrimary().getDB(dbName).runCommand(
                  {collMod: collName, usePowerOf2Sizes: true}));
      

      When applied to admin.system.users, the resulting Oplog entry is not recognized by the AuthorizationManager's log_op method, which disabled transitive rolegraph resolution.

            Assignee:
            spencer.jackson@mongodb.com Spencer Jackson
            Reporter:
            spencer.jackson@mongodb.com Spencer Jackson
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: