Skip to content

Commit

Permalink
update after review
Browse files Browse the repository at this point in the history
Signed-off-by: tjons <tyler.schade@solo.io>
  • Loading branch information
tjons committed Nov 27, 2023
1 parent 3463be3 commit 3323757
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/istio/quick_start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,20 @@ spec:
rules:
- to:
- operation:
paths: ["/*"]
notPaths: ["/health"]
---
############################################################
# ServiceEntry to register the OPA-Istio sidecars as external authorizers.
############################################################
apiVersion: networking.istio.io/v1alpha3
apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
name: opa-ext-authz-grpc-local
spec:
hosts:
- "opa-ext-authz-grpc.local"
exportTo:
- "."
endpoints:
- address: "127.0.0.1"
ports:
Expand Down

0 comments on commit 3323757

Please sign in to comment.