Skip to content

Releases: adobe-apiplatform/api-gateway-request-validation

Make oauth local cache token ttl configurable

24 Oct 19:07
Compare
Choose a tag to compare
1.3.22

Add support for max local cache TTL configuration

Silence Dogstatsd logging

04 Oct 20:17
28a853f
Compare
Choose a tag to compare
1.3.21

api-gateway-request-validation v1.3.21

Removed country code mapping table

08 Dec 13:46
Compare
Choose a tag to compare
  • Removed the country code mapping table; Adapted tests. (#19)
  • Versioning based on the Maven Assembly plugin. (#18)

Improve the extensibility of the OAuth validators

07 Sep 14:20
Compare
Choose a tag to compare

With this release you can customize more the behavior of the OAuth related validators (e.g. error codes, the variable to read the token from, etc.)

1.2.0-RC1

02 Sep 15:23
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release

Improve the extensibility of the OAuth validators

1.1.1

28 Jan 07:37
Compare
Choose a tag to compare
1.1.1 Pre-release
Pre-release

New API Key Management

29 Oct 06:33
Compare
Choose a tag to compare
Pre-release

With this release you can associate more information to an API-KEY to be used in decorating the request before proxying to the actual backend.

Minor release to facilitate unit testing during docker build

13 Sep 23:21
Compare
Choose a tag to compare

This is a minor release fixing an issue when running the unit tests during the Docker build.

Enhanced Redis Support

17 Aug 07:34
Compare
Choose a tag to compare
Pre-release
  • Adds support to specify the Redis backend using Nginx upstream blocks: api-gateway-redis is the Redis Master node and api-gateway-redis-replica contains the read replicas

Initial release

14 Aug 00:40
Compare
Choose a tag to compare

Initial release with the request validation framework.
Built-in validators:

  • api-key validator ( depending on Redis )
  • oauth token validation
  • oauth profile validator
  • hmac validator