このページは、まだ日本語ではご利用いただけません。翻訳中です。
古いプラグインバージョンのドキュメントを閲覧しています。
Changelog
Kong Gateway 3.1.x
- Added support for KV secrets engine v2
Kong Gateway 2.8.1.3
- The endpoints of Vault Auth plugin have been moved from
/vaults
to/vault-auth
, withvaults_use_new_style_api=on
set inkong.conf
.
Kong Gateway 2.8.x
-
The
vaults.vault_token
form field is now marked as referenceable, which means it can be securely stored as a secret in a vault. References must follow a specific format. -
Fixed plugin versions in the documentation. Previously, the plugin versions were labelled as
2.7.x
,2.1.x
,1.5.x
,1.3-x
,0.36-x
, and0.35-x
. They are now updated to align with the plugin’s actual versions,0.3.0
,0.2.2
,0.2.1
,0.2.0
,0.1.2
, and0.1.0
respectively.
Kong Gateway 2.7.x
- Starting with Kong Gateway 2.7.0.0, if keyring encryption is enabled
and you are using Vault, the
vaults.vault_token
andvault_credentials.secret_token
fields will be encrypted.