mirror of https://github.com/istio/istio.io.git
Fix rule in access control example using denials (#556)
Fixes wrong spec.actions.handler definition
This commit is contained in:
parent
d710a97591
commit
f11615e3fd
|
|
@ -90,7 +90,7 @@ of the `reviews` service. We would like to cut off access to version `v3` of the
|
|||
spec:
|
||||
match: destination.labels["app"] == "ratings" && source.labels["app"]=="reviews" && source.labels["version"] == "v3"
|
||||
actions:
|
||||
- handler: denyall.denier
|
||||
- handler: handler.denier
|
||||
instances:
|
||||
- denyrequest.checknothing
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue