[Solved] ACL Setup don´t work

Hi i have the problem that my team see the setup but are nor able to change anything. I am not a programmer so i tried this code but it is not working. The xx are only for saftey

{
  "Statements": [
    {
      "Action": "setup:list",
      "Effect": "allow"
    },
    {
      "Action": [
        "setup:detail",
        "setup:update:config"
      ],
      "Condition": {
        "NumericEquals": {
          "setup:id": [
            240xx4
          ]
        }
      },
      "Effect": "allow"
    }
  ],
  "Version": 1
}

This mostly looks correct and it almost works for the last setup specified in your condition list. The other setup (with id ending in 31) doesn’t exist. Right now the setup editor unfortunately doesn’t gracefully handle the case of not having access to the device list as well. So at the moment you’ll also have to add the device:list permission or assign the Device list/read policy to your ACL. I’ll see if that can be changed.

1 Like

Thank you now its working