GoogleCloudPlatform / dialogflow-integrations

Dialogflow integrations with multiple platforms including KIK, Skype, Spark, Twlio, Twitter and Viber
https://cloud.google.com/dialogflow/
Apache License 2.0
248 stars 501 forks source link

update mtls-authentication example to leverage GCP Load Balancer and Cloud Build #73

Closed sapient007 closed 3 years ago

sapient007 commented 3 years ago

updated example to use a LB for SSL handling also incorporated using CloudBuild for a series of steps that automates the deployment. This update also removes instructions on leveraging certbot to add SSL certificate to VM. Using a LB is a cleaner and more robust solution for SSL handling and monitoring.

Files Added: mtls-authentication/Dockerfile cloudbuild/build_cloud_run.yml cloudbuild/destroy_cloud_run_based.yml images/lb-serverless-run.svg