GoogleCloudPlatform / cloud-run-anthos-reference-web-app

An opinionated set of best practices aimed at demonstrating a reference architecture for building a web application on Google Cloud using Cloud Run for Anthos.
https://cloud.google.com/anthos/run
Apache License 2.0
37 stars 22 forks source link

Remove manual installation of Istio 1.5 #97

Open josueetcom opened 4 years ago

josueetcom commented 4 years ago

92 introduced manual installation of Istio 1.5 so that Istio authorization policies could be used. Once CRfA comes bundled with Istio 1.5 we can remove the manual installation step from cloudbuild-provision-cluster.yaml.

On a related note mutual TLS was disabled in infrastructure-tpl.yaml due to incompatibilities with the default version of Istio bundled with CRfA. That could probably be revisited.

josueetcom commented 4 years ago

This issue is blocked on a future release of CRfA