Fixing incorrect quote type in istio-authorization blog post (#7059)

This commit is contained in:
Mark Ferree 2020-04-13 07:54:43 -07:00 committed by GitHub
parent 987efb0c2a
commit f2d4442ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -174,9 +174,9 @@ metadata:
namespace: default
spec:
subjects:
- user: "cluster.local/ns/default/sa/bookstore-frontend
- user: "cluster.local/ns/default/sa/bookstore-frontend"
properties:
request.auth.claims[group]: "qualified-reviewer
request.auth.claims[group]: "qualified-reviewer"
roleRef:
kind: ServiceRole
name: "book-reader"