Releases: adobe-apiplatform/api-gateway-request-validation
Releases · adobe-apiplatform/api-gateway-request-validation
Make oauth local cache token ttl configurable
Silence Dogstatsd logging
1.3.21 api-gateway-request-validation v1.3.21
Removed country code mapping table
Improve the extensibility of the OAuth validators
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
Improve the extensibility of the OAuth validators
1.1.1
New API Key Management
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
This is a minor release fixing an issue when running the unit tests during the Docker build.
Enhanced Redis Support
- Adds support to specify the Redis backend using Nginx
upstream
blocks:api-gateway-redis
is the Redis Master node andapi-gateway-redis-replica
contains the read replicas
Initial release
Initial release with the request validation framework.
Built-in validators:
- api-key validator ( depending on Redis )
- oauth token validation
- oauth profile validator
- hmac validator