zaunist commented on a change in pull request #6630: URL: https://github.com/apache/apisix/pull/6630#discussion_r828796917
########## File path: docs/zh/latest/plugins/authz-keycloak.md ########## @@ -81,6 +81,19 @@ curl http://127.0.0.1:9080/apisix/admin/routes/5 -H 'X-API-KEY: edd1c9f034335f13 ## 测试插件 +获取`{JWT Token}` Review comment: ```suggestion 获取 `{JWT Token}` ``` ########## File path: docs/zh/latest/plugins/authz-keycloak.md ########## @@ -57,15 +57,15 @@ title: authz-keycloak ## 如何启用 -创建一个 `route` 对象,并在该 `route` 对象上启用 `authz-keycloak` 插件: +创建一个 `route` 对象,并在该 `route` 对象上启用 `authz-keycloak` 插件,`${realm}`是`Keycloak`中的`realm`名称: Review comment: ```suggestion 创建一个 `route` 对象,并在该 `route` 对象上启用 `authz-keycloak` 插件, `${realm}` 是 `Keycloak` 中的 `realm` 名称: ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
