Changelog
Kong Gateway 3.3.x
- Added the
account_key
configuration parameter - Added the
config.storage_config.redis.namespace
configuration parameter. The namespace will be concatenated as a prefix of the key. The default is an empty string (""
) for backward compatibility. The namespace can be any string that isn’t prefixed with any of the Kong reserved words.
Kong Gateway 3.1.x
- Added the
config.storage_config.redis.ssl
,config.storage_config.redis.ssl_verify
, andconfig.storage_config.redis.ssl_server_name
configuration parameters.
Kong Gateway 3.0.x
- The
storage_config.vault.auth_method
configuration parameter now defaults totoken
. - Added the
allow_any_domain
configuration parameter. If enabled, it lets Kong Gateway ignore thedomains
field.
Kong Gateway 2.8.x
- Added the
rsa_key_size
configuration parameter. - The
consul.token
,redis.auth
, andvault.token
are now marked as 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
account_email
,eab_kid
, andeab_hmac_kid
parameter values will be encrypted.
Kong Gateway 2.4.x
- Added external account binding (EAB) support with the
eab_kid
andeab_hmac_key
configuration parameters.
Kong Gateway 2.1.x
- Added the
fail_backoff_minutes
configuration parameter.
Previous
ACME Configuration Examples