January 09, 2023
Breaking Changes
[ AUT-8028 ] Updated Kong Authorizer setup in order to fix the issue where exchanged_token
and
original_token
were kept in a ConfigMap instead of a secret.
This is a breaking change. In your existing Kong Authorizer configuration file, you need to move
clientCredentials.create
to secretConfig.create
and
clientCredentials.name
to secretConfig.name
so that the tokens are stored in a single kubernetes
secret.
Major Additions and Changes
[ AUT-7918 ] The AWS API Gateway Authorizer is now able to correctly handle URL path prefixes configured in a Custom Domain Name (CDN). In previous releases, configuring a path prefix in the CDN would cause all requests to be denied.