このページは、まだ日本語ではご利用いただけません。翻訳中です。
Changelog
Kong Gateway 3.10.x
- Added support for sending messages to multiple topics with
topics_query_arg, and enabled topic allowlisting withallowed_topics. - Added support for message manipulation with the new configuration field
message_by_lua_functions.
Kong Gateway 2.8.x
-
Added support for the
SCRAM-SHA-512authentication mechanism. -
Added the
cluster_nameconfiguration parameter. -
The
authentication.userandauthentication.passwordconfiguration fields are now marked as referenceable, which means they can be securely stored as secrets in a vault. References must follow a specific format.
Kong Gateway 2.7.x
-
Starting with Kong Gateway 2.7.0.0, if keyring encryption is enabled, the
config.authentication.userandconfig.authentication.passwordparameter values will be encrypted.There’s a bug in Kong Gateway that prevents keyring encryption from working on deeply nested fields, so the
encrypted=truesetting does not currently have any effect in this plugin.
Kong Gateway 2.6.x
- The Kafka Log plugin now supports TLS, mTLS, and SASL auth. SASL auth includes support for PLAIN, SCRAM-SHA-256, and delegation tokens.