SylviaBABY commented on code in PR #6895: URL: https://github.com/apache/apisix/pull/6895#discussion_r854919498
########## docs/zh/latest/plugins/jwt-auth.md: ########## @@ -113,18 +138,27 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f13 }' ``` -### Vault 与 APISIX jwt-auth 插件集成的不同用例 +### 与 HashiCorp Vault 一起使用 + +[HashiCorp Vault](https://www.vaultproject.io/) 提供集中式密钥管理解决方案,可与 APISIX 一起用于身份验证。 + +因此,如果你的企业经常更改 secret/keys(HS256/HS512 的密钥或 RS256 的 public_key 和 private_key)并且你不想每次都更新 APISIX 的 Consumer,或者你不想通过 Admin API(以减少秘密蔓延),你可以使用 Vault 和 `jwt-auth` 插件。 Review Comment: ```suggestion 因此,如果你的企业经常更改 secret/keys(HS256/HS512 的密钥或 RS256 的 public_key 和 private_key)并且你不想每次都更新 APISIX 的 Consumer,或者你不想通过 Admin API(减少信息泄漏),你可以将 Vault 和 `jwt-auth` 插件一起使用。 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org