All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.urn:jsonschema:io:gravitee:policy:IPFilteringPolicyConfiguration.json Maven / Gradle / Ivy

Go to download

The IPFiltering Gravitee Policy allows you to define an ip blacklist/whitelist filter. You can use IPv4 and CIDR notation.

There is a newer version: 1.17.0
Show newest version
{
  "type" : "object",
  "id" : "urn:jsonschema:io:gravitee:policy:IPFilteringPolicyConfiguration",
  "properties" : {
    "matchAllFromXForwardedFor" : {
      "title" : "Use X-Forwarded-For header",
      "type" : "boolean"
    },
    "whitelistIps" : {
      "title" : "IPs Whitelist (CIDR allowed)",
      "type" : "array",
      "items" : {
        "title" : "IP or CIDR",
        "type" : "string"
      }
    },
    "blacklistIps" : {
      "title" : "IPs Blacklist (CIDR allowed)",
      "type" : "array",
      "items" : {
        "title" : "IP or CIDR",
        "type" : "string"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy