书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 2635 个相关结果.
  • 双向认证

    为什么使用 如何开启 客户端如何调用 为什么使用 双向认证可以更好的防止未经授权访问 APISIX ,客户端将向服务器提供其证书,服务器将检查证书是否由提供的 CA 签名并决定是否响应请求。 如何开启 生成自签证书对,包括 ca、server、client 证书对。 修改 conf/config.yaml 中的配置项: p...
  • hmac-auth

    hmac-auth 描述 属性 启用插件 签名算法详解 签名生成公式 提示 签名生成公式过程详解 Body 校验 注意 测试插件 注意 自定义 header 名称 禁用插件 hmac-auth 描述 hmac-auth 插件可以将 HMAC authentication 添加到 Route 或者 Service。 该插...
  • jwt-auth

    名字 属性 接口 如何启用 测试插件 首先进行登录获取 jwt-auth token: 使用获取到的 token 进行请求尝试 禁用插件 名字 jwt-auth 是一个认证插件,它需要与 consumer 一起配合才能工作。 添加 JWT Authentication 到一个 service 或 route 。 然后 con...
  • jwt-auth

    jwt-auth 目录 名字 属性 接口 如何启用 测试插件 首先进行登录获取 jwt-auth token: 使用获取到的 token 进行请求尝试 禁用插件 jwt-auth 目录 名字 属性 如何启用 测试插件 禁用插件 名字 jwt-auth 是一个认证插件,它需要与 consumer 一起配合才能工作...
  • gzip

    gzip Summary Name Attributes How To Enable Test Plugin Disable Plugin gzip Summary Name Attributes How To Enable Test Plugin Disable Plugin Name The gzip pl...
  • uri-blocker

    uri-blocker Description Attributes Enabling the Plugin Example usage Disable Plugin uri-blocker Description The uri-blocker Plugin intercepts user requests with a set of ...
  • UDP Logger

    Name Attributes How To Enable Test Plugin Disable Plugin Name udp-logger is a plugin which push Log data requests to UDP servers. This will provide the ability to send Lo...
  • uri-blocker

    uri-blocker Description Attributes Enabling the Plugin Example usage Disable Plugin uri-blocker Description The uri-blocker Plugin intercepts user requests with a set of ...
  • redis

    redis Description note Granularity of the request Attributes Example usage redis Description The Redis protocol support allows APISIX to proxy Redis commands, and provide ...
  • 插件开发

    插件开发 插件放置路径 note 检查外部依赖 插件命名,优先级和其他 配置描述与校验 加密存储字段 确定执行阶段 APISIX 的自定义阶段 编写执行逻辑 conf 参数 ctx 参数 注册公共接口 注册控制接口 注册自定义变量 编写测试用例 附上 test-nginx 执行流程 插件开发 此文档是关于 lua 语言的...