Skip to main content
When a rule is in monitoring mode, Tenant ACL evaluates that rule and emits a tenant log event, but does not execute the rule’s action and does not terminate evaluation of subsequent rules and lists. To enable monitoring mode, configure the rule’s action property log to true:
Call the Management API Partial update for an access control list endpoint with the following body:
Management API request body
{
  "rule": {
    "action": {
      "log": true
    },
    "scope": "authentication"
  }
}
You can disable monitoring mode by similarly setting the the log property to false.