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 3b3408a commit 9ee986b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ keys to access your APIs.
This policy ensures that API Keys are valid, have not been revoked or expired and are approved to consume the specific
resources associated with your API.

== Compatibility with APIM

|===
| Plugin version | APIM version
| 2.x | 3.x
| 4.x | 4.0 to latest
|===

== Configuration

=== Policy
Expand Down
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>4.0.0</version>

<name>Gravitee.io APIM - Policy - ApiKey</name>
<description>Description of the ApiKey Gravitee Policy</description>
<description>Enforce API Key checks during request processing, allowing only apps with approved API keys to access your APIs</description>

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

0 comments on commit 9ee986b

Please sign in to comment.