Release date 2025/03/27
Bugfix
-
Improved the error message which occurred when an anonymous consumer was configured but did not exist.
Release date 2025/03/27
Improved the error message which occurred when an anonymous consumer was configured but did not exist.
Release date 2022/12/06
The anonymous
field can now be configured as the username of the consumer. This field allows you to configure a string to use as an “anonymous” consumer if authentication fails.
Release date 2022/09/09
Updated the priority for some plugins.: jwt
changed from 1005
to 1450
The authenticated JWT is no longer put into the nginx context (ngx.ctx.authenticated_jwt_token
). Custom plugins which depend on that value being set under that name must be updated to use Kong’s shared context instead (kong.ctx.shared.authenticated_jwt_token
) before upgrading to 3.0.