Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-2327

Authorization docs incorrectly describe how to configure turn off permissive mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.22.0
    • None
    • None

    Description

      Authorization docs incorrectly describe how to turn off permissive mode.

      http://mesos.apache.org/documentation/latest/authorization/

      The docs state that this is valid for an ACL file:

      ...
      "permissive" : "false",
      ...
      

      I attempted that with the latest release of Mesos and it failed because the JSON value was not expecting a String. I changed it to a boolean:

      ...
      "permissive" : false,
      ...
      

      And Mesos happily accepted it. The documentation simply needs updating.

      Attachments

        Activity

          People

            naelyn Deleted User
            naelyn Deleted User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: