Could not impliment check execute only privileges

I am trying to limit the privileges of a user so that it can only execute a check, no delete or create.
With checks resource i can bind verbs “get”, “list”, “create”, “update”, “delete”. But with get and list user can’t execute the check. I had to assign “*” verbs to get things working. Now this user can delete, create and update the checks.
Can any body tell me if I am missing something, or this feature is not available in SensuGO’s RBAC.

1 Like

Hey,
It looks like check execute hasn’t been mapped to its own verb yet. It’s a bit of a special case, as checks are the only resource that can be executed in an adhoc manner. Here’s the issue on file for reference: