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
- Host: GitHub
- URL: https://github.com/sylvioneto/gcp-cloud-armor
- Owner: sylvioneto
- Created: 2022-08-18T21:17:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T19:12:02.000Z (about 3 years ago)
- Last Synced: 2025-02-09T07:16:01.410Z (about 1 year ago)
- Topics: gcp, google-cloud, terraform
- Language: HCL
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Deploy
1. Click on Open in Google Cloud Shell button below.
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
```