このページは、まだ日本語ではご利用いただけません。翻訳中です。
古いプラグインバージョンのドキュメントを閲覧しています。
Changelog
Kong Gateway 3.6.x
- Added support for consumer group scoping by using the PDK
kong.client.authenticate
function. - Adjusted the priority of the SAML plugin to 1010 to correct the integration between the SAML plugin and other consumer-based plugins.
Kong Gateway 3.5.x
- When the Redis session storage is incorrectly configured, users now receive a 500 error instead of being redirected endlessly.
- Reduced the severity of
session was not found
messages toinfo
.
Kong Gateway 3.2.x
- The plugin has been updated to use version 4.0.0 of the
lua-resty-session
library. This introduced several new features, such as the possibility to specify audiences. The following configuration parameters were affected:
Added:
session_audience
session_remember
session_remember_cookie_name
session_remember_rolling_timeout
session_remember_absolute_timeout
session_absolute_timeout
session_request_headers
session_response_headers
session_store_metadata
session_enforce_same_subject
session_hash_subject
session_hash_storage_key
Renamed:
-
session_cookie_lifetime
tosession_rolling_timeout
-
session_cookie_idletime
tosession_idling_timeout
-
session_cookie_samesite
tosession_cookie_same_site
-
session_cookie_httponly
tosession_cookie_http_only
-
session_memcache_prefix
tosession_memcached_prefix
-
session_memcache_socket
tosession_memcached_socket
-
session_memcache_host
tosession_memcached_host
-
session_memcache_port
tosession_memcached_port
-
session_redis_cluster_maxredirections
tosession_redis_cluster_max_redirections
Removed:
session_cookie_renew
session_cookie_maxsize
session_strategy
session_compressor
前へ
SAMLの基本構成例