SataQiu / istio-official-translation-tasks

1 stars 0 forks source link

/blog/2019/v1beta1-authorization-policy/index.md #813

Open SataQiu opened 4 years ago

SataQiu commented 4 years ago

Source File: /blog/2019/v1beta1-authorization-policy/index.md Diff:

 diff --git a/content/en/blog/2019/v1beta1-authorization-policy/index.md b/content/en/blog/2019/v1beta1-authorization-policy/index.md
index fb40fedf0..ec5fd848c 100644
--- a/content/en/blog/2019/v1beta1-authorization-policy/index.md
+++ b/content/en/blog/2019/v1beta1-authorization-policy/index.md
@@ -312,7 +312,7 @@ The following tables show the relationship between the `v1alpha1` and `v1beta1`
 | `ServiceRoleBinding` | `AuthorizationPolicy` |
 |----------------------|-----------------------|
 | `user`  | `principals` in `from` |
-| `group` | `paths` in `to` |
+| `group` | `request.auth.claims[group]` in `when` |
 | `source.ip` in property | `ipBlocks` in `from` |
 | `source.namespace` in property | `namespaces` in `from` |
 | `source.principal` in property | `principals` in `from` |