An open API service indexing awesome lists of open source software.

https://github.com/sylvioneto/gcp-cloud-armor

This project demonstrate how to protect your applications with Cloud Armor
https://github.com/sylvioneto/gcp-cloud-armor

gcp google-cloud terraform

Last synced: 12 months ago
JSON representation

This project demonstrate how to protect your applications with Cloud Armor

Awesome Lists containing this project

README

          

# Cloud Armor Demo

This example deploys a web application called [OWASP Juice Shop](https://owasp.org/www-project-juice-shop/), and expose it to the internet by using a Global Load Balancer protected with Cloud Armor.

## Architecture
![architecture](architecture.png)

## Deploy

1. Click on Open in Google Cloud Shell button below.

Open in Cloud Shell

2. Run the `cloudbuild.sh` script
```
sh cloudbuild.sh
```

## Destroy
Execute the command below on Cloud Shell to destroy the resources.
```
sh cloudbuild.sh destroy
```