mirror of https://github.com/istio/istio.io.git
Fixing incorrect quote type in istio-authorization blog post (#7059)
This commit is contained in:
parent
987efb0c2a
commit
f2d4442ca6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue