Skip to main content

Generic allowed list

cp:otoroshi.next.plugins.NgGenericAllowedList

This plugin checks let requests pass based on an el expression

categories:

  • AccessControl

default configuration:

{
"expression" : "${req.ip_address}",
"values" : [ ]
}