Skip to content

Commit

Permalink
fix: update policy description
Browse files Browse the repository at this point in the history
Add a compatibility matrix
  • Loading branch information
jgiovaresco committed Jul 20, 2023
1 parent 60fe658 commit 363edb1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
This policy cannot fail as it does not carry out any validation.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version>3.0.0</version>

<name>Gravitee.io APIM - Policy - Keyless Security</name>
<description>Description of the Keyless Security Gravitee Policy</description>
<description>This security policy does not block any requests as it considers them as valid by default</description>

<parent>
<groupId>io.gravitee</groupId>
Expand Down

0 comments on commit 363edb1

Please sign in to comment.