Typo fixes for issue #6487 (#6526)

* Typo fixes

* Fix linter error

* Typo

* Clarification
This commit is contained in:
Adam Miller 2020-02-25 14:58:46 -08:00 committed by GitHub
parent 54430797b9
commit f387200b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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: