diff --git a/examples/istio/quick_start.yaml b/examples/istio/quick_start.yaml index 011f56fbb..99ca34787 100644 --- a/examples/istio/quick_start.yaml +++ b/examples/istio/quick_start.yaml @@ -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: