From 363edb159ca2218cb29a3c4864e219a5a7fcaf3c Mon Sep 17 00:00:00 2001 From: Julien Giovaresco Date: Thu, 20 Jul 2023 16:07:05 +0200 Subject: [PATCH] fix: update policy description Add a compatibility matrix --- README.adoc | 12 +++++++++++- pom.xml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index e5ac749b..cc4fcd58 100644 --- a/README.adoc +++ b/README.adoc @@ -28,6 +28,16 @@ It sets multiple attributes during policy execution, as follows: * `application`: Anonymous application value, which is equal to `1`. * `user-id`: Internet Protocol (IP) address of the client or last proxy that sent the request. +== Compatibility matrix + +|=== +|Plugin version | APIM version + +|1.x | Up to 3.20 +|3.x | 4.0 to latest + +|=== + == Errors -This policy cannot fail as it does not carry out any validation. \ No newline at end of file +This policy cannot fail as it does not carry out any validation. diff --git a/pom.xml b/pom.xml index dc3b7f1e..c6c54ae4 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 3.0.0 Gravitee.io APIM - Policy - Keyless Security - Description of the Keyless Security Gravitee Policy + This security policy does not block any requests as it considers them as valid by default io.gravitee