apiVersion: config.istio.io/v1alpha2
kind: EgressRule
metadata:
  name: cognito-egress-rule
  namespace: develop
spec:
  destination:
    service: "dev-parkhub.auth.us-east-1.amazoncognito.com"
  ports:
    - port: 443
      protocol: https
    - port: 80
      protocol: http
