Skip to content

v1.10.3

Compare
Choose a tag to compare
@Ahoo-Wang Ahoo-Wang released this 10 Jan 09:29
· 458 commits to main since this release
faaf08b

What's Changed

    {
      "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