humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Unable to give user admin rights to view #78

Closed wknapik closed 5 years ago

wknapik commented 5 years ago
mutation {
  addMember(searchDomainName: "foo", username: "bar", hasDeletionRights: false, hasMembershipAdminRights: true) {
    clientMutationId
  }
}

produces

{
  "data": null,
  "errors": [
    {
      "message": "You are not allowed to change deletion rights on this repository.",
      "path": [
        "addMember"
      ],
      "locations": [
        {
          "column": 3,
          "line": 2
        }
      ]
    }
  ]
}

when running with full admin rights to the view.

The following combinations work:

The following combinations fail:

Notice that the error message refers to deletion rights, even when only admin rights are being enabled.

Either I'm missing something, or this is a bug.

pmech commented 5 years ago

Hi @wknapik . Thank you for the bug report. I'll investigate and get back to you.

pmech commented 5 years ago

As you indicated :) this is a bug in our end. It will be fixed in the next release (some time this week I expect).

Thank you very much for reporting this! and let us know if you hit other issues or just have questions.

Regards

wknapik commented 5 years ago

Thanks!

chvitved commented 5 years ago

The fix will go out with next release 1.5.5