Skip to content

Commit

Permalink
docs: fix the boolean value in the forward_auth.md file
Browse files Browse the repository at this point in the history
This fixes the issue reported under #11461
  • Loading branch information
Ajay-singh1 authored Aug 3, 2024
1 parent 8728863 commit 239d400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/latest/plugins/forward-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ description: 本文介绍了关于 Apache APISIX `forward-auth` 插件的基本
| keepalive_timeout | integer || 60000ms | [1000, ...]ms | 长连接超时时间。 |
| keepalive_pool | integer || 5 | [1, ...]ms | 长连接池大小。 |
| allow_degradation | boolean || false | | 当设置为 `true` 时,允许在身份验证服务器不可用时跳过身份验证。 |
| status_on_error | boolean || 403 | [200,...,599] | 设置授权服务出现网络错误时返回给客户端的 HTTP 状态。默认状态为“403”。 |
| status_on_error | integer || 403 | [200,...,599] | 设置授权服务出现网络错误时返回给客户端的 HTTP 状态。默认状态为“403”。 |

## 数据定义

Expand Down

0 comments on commit 239d400

Please sign in to comment.