You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/08/06 14:41:54 UTC

[apisix] branch master updated: doc: update authz-keycloak plugin docs (#2011)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new b450320  doc: update authz-keycloak plugin docs (#2011)
b450320 is described below

commit b45032050188a1dd9d1a3cfc4b78221a71c765c2
Author: Scaat Feng <sc...@gmail.com>
AuthorDate: Thu Aug 6 22:41:46 2020 +0800

    doc: update authz-keycloak plugin docs (#2011)
    
    fix #2010
---
 doc/zh-cn/plugins/authz-keycloak.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/zh-cn/plugins/authz-keycloak.md b/doc/zh-cn/plugins/authz-keycloak.md
index fe433c8..660c7da 100644
--- a/doc/zh-cn/plugins/authz-keycloak.md
+++ b/doc/zh-cn/plugins/authz-keycloak.md
@@ -42,6 +42,7 @@
 | audience      |选填       |客户端应用访问相应的资源服务器时所需提供的身份信息。当 permissions 参数有值时这个参数是必填的。|
 | permissions   |选填       |描述客户端应用所需访问的资源和权限范围的字符串。格式必须为:`RESOURCE_ID#SCOPE_ID`|
 | timeout       |选填       |与身份认证服务器的 http 连接的超时时间。默认值为 3 秒。|
+| ssl_verify    |选填       |验证 SSL 证书与主机名是否匹配。|
 | policy_enforcement_mode|必填     |只能是 ENFORCING 或 PERMISSIVE。|
 
 ### 策略执行模式