Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed incorrect syntax in JSON sample for ACL

...

  • Granting access to all users to execute all the commands.
{
  "*": {[
    {
        "resource": "*",
        "action": "*",
        "permission": "ALLOW"
    }
  }]
}
  • Granting access to all users to execute all the commands but forbid a user with user with email "john.doe" to run reports.

...