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

Setup mTLS and TLS with GCP Application Load Balancer (EXTERNAL_MANAGED) #1444

Merged

Conversation

pawanphalak
Copy link
Contributor

Overview

mTLS with GCP Application Load Balancer enhances security by requiring clients to authenticate themselves with certificates, in addition to the server authenticating itself to the client. This provides mutual authentication, ensuring that both parties are who they claim to be.

This repository provides a detailed steps along with the code(kubernetes manifests and terraform scripts) required to deploy a GCP Global application load balancer and a sample app which is configured for both tls and mTLS connection with 2 forwarding rules and also has mTLS custom headers configured which are sent to the backend upon successful mTLS connection.

@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines. label Feb 6, 2025
@pawanphalak
Copy link
Contributor Author

/gcbrun

@agold-rh
Copy link
Contributor

agold-rh commented Feb 7, 2025

/gcbrun

@agold-rh agold-rh merged commit 659e7fc into GoogleCloudPlatform:main Feb 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Denotes a PR that changes 100-499 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants