feat: enable Post-Quantum Cryptography (PQC) SSL Policy for Load Balancer - #486
Open
a-custodio wants to merge 3 commits into
Open
feat: enable Post-Quantum Cryptography (PQC) SSL Policy for Load Balancer#486a-custodio wants to merge 3 commits into
a-custodio wants to merge 3 commits into
Conversation
a-custodio
requested review from
a team,
anamer,
ayushmjain,
krprabhat-eng,
prabhu34 and
q2w
as code owners
July 16, 2026 16:01
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces the capability to enable Post-Quantum Cryptography (PQC) SSL Policy for the Load Balancer. This enhancement improves the security posture of our Cloud Run services by leveraging advanced cryptographic algorithms that are resistant to quantum computer attacks.
Specifically, the following changes were made:
sslvariable: A new boolean variablesslhas been added to the main module'sREADME.mdandmetadata.yaml. When set totrue, this enables the PQC SSL Policy.ssl_policyvariable: A new boolean variablessl_policyhas been added tomodules/secure-cloud-run-core/README.md.modules/secure-cloud-run-core/loadbalancer.tffile has been updated to conditionally apply thegoogle_compute_ssl_policy.mainwhen thessl_policyvariable is enabled. This requires TLS 1.3 to be active for the PQC policy to take effect.This change allows users to easily opt-in to PQC protection for their Cloud Run services, aligning with best practices for future-proofing security.
Related Issues/PRs
Type of Change
Checklist
How Has This Been Tested?
This feature has been tested by deploying a Cloud Run service with the
sslandssl_policyvariables set totrue. Verification included:Important Notes