Closed jlewi closed 4 years ago
@hamelsmu mind taking a quick look at this?
The following users are mentioned in OWNERS file(s) but are not members of the kubeflow org.
Once all users have been added as members of the org, you can trigger verification by writing /verify-owners
in a comment.
/lgtm /approve
This PR changes an epic number of files
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: hamelsmu
The full list of commands accepted by this bot can be found here.
The pull request process is described here
We want to create a webhook to respond to Dialogflow. To do that we need be able to modify the ISTIO ingress policy in order to apply different JWT validation for requests routed through IAP vs calls from DialogFlow.
I initially tried that using ISTIO 1.1 and ran into problems. On ISTIO 1.4 it seemed to work.
So this PR defines a new cluster based on the Kubeflow GCP blueprint so using ASM which has ISTIO 1.4. It is also using ACM to manage the deployment.
Related to #142