Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example of React SPA app with Python backend #1417

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rosmo
Copy link
Collaborator

@rosmo rosmo commented Dec 30, 2024

This blueprint contains a simple React single page application created with create-react-app and necessary Terraform resources to deploy it in on Google Cloud. The blueprint also contains a very simple Python backend that returns Hello World.

This example incorporates several HTTP security features like:

  • Hashes script files for Content-Security-Policy
  • Cross domain control for backend
  • Backend ingress settings
  • Minimally permissioned service accounts
  • Cloud Armor Policy
  • Support for Identity-Aware Proxy

@pull-request-size pull-request-size bot added the size/XXL Denotes a PR that changes 1000+ lines. label Dec 30, 2024
@rosmo rosmo marked this pull request as draft December 30, 2024 16:15
@rosmo rosmo marked this pull request as ready for review December 30, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XXL Denotes a PR that changes 1000+ lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant