zh: update content_zh/docs/reference/config/authorization/constraints-and-properties/index.md (#3571)

This commit is contained in:
SataQiu 2019-03-08 17:45:33 +08:00 committed by istio-bot
parent f89efacd49
commit 94dde69d67
1 changed files with 6 additions and 0 deletions

View File

@ -26,8 +26,14 @@ weight: 10
| `destination.name` | 目标工作负载实例名 | 是 | `destination.name` |`["productpage*", "*-test"]` |
| `destination.namespace` | 目标工作负载实例命名空间 | 是 | `destination.namespace` | `["default"]` |
| `destination.user` | 目标工作负载实例的标识 | 是 | `destination.user` | `["bookinfo-productpage"]` |
| `experimental.envoy.filters.*` | 过滤器实验性元数据匹配,在 `[]` 封装值作为匹配列表 | 是 | `experimental.envoy.filters.network.mysql_proxy[db.table]` | `["[update]"]` |
| `request.headers` | HTTP 请求头, 实际的请求头名称包含在括号中 | 否 | `request.headers[X-Custom-Token]` | `["abc123"]` |
{{< warning >}}
请注意,类似 `experimental.*` 命名的键值没有保证向后兼容。
它们可能随时被移除,建议用户自行承担使用风险。
{{< /warning >}}
## 支持的属性
下表列举了`属性`中当前支持的键值: