mirror of https://github.com/istio/istio.io.git
* Typo fixes * Fix linter error * Typo * Clarification
This commit is contained in:
parent
54430797b9
commit
f387200b5c
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
title: Authorization for groups and list claims
|
||||
description: Tutorial on how to configure the groups-base authorization and configure the authorization of list-typed claims in Istio.
|
||||
description: Tutorial on how to configure the groups-based authorization and configure the authorization of list-typed claims in Istio.
|
||||
weight: 30
|
||||
keywords: [security,authorization]
|
||||
aliases:
|
||||
- /docs/tasks/security/rbac-groups/
|
||||
---
|
||||
|
||||
This tutorial walks you through examples to configure the groups-base
|
||||
This tutorial walks you through examples to configure the groups-based
|
||||
authorization and the authorization of list-typed claims in Istio.
|
||||
|
||||
## Before you begin
|
||||
|
|
@ -168,6 +168,9 @@ wait until the newly defined authorization policy to take effect.
|
|||
EOF
|
||||
{{< /text >}}
|
||||
|
||||
Wait for the newly defined policy to take effect, which could take up
|
||||
to a minute or more depending on your environment.
|
||||
|
||||
1. Once the policy takes effect, verify that Istio rejected the curl
|
||||
connection to the `httpbin` workload:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue