v1.10.3
What's Changed
- Feature: add
EndsWithConditionMatcher
by @Ahoo-Wang in #65
{
"name": "TestEndsWith",
"effect": "allow",
"actions": [
{
"type": "all"
}
],
"condition": {
"type": "ends_with",
"part": "request.attributes.remoteIp",
"pattern": ".168.0.1"
}
}
Full Changelog: v1.10.2...v1.10.3