forked from aquasecurity/cloud-security-remediation-guides
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #105 from rtkwlf/nshawahna/AWN-194865
[AWN-194865] Remediation guide for plugin: Ingress All Traffic Disabled
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[![CloudSploit](https://cloudsploit.com/img/logo-new-big-text-100.png "CloudSploit")](https://cloudsploit.com) | ||
|
||
# GOOGLE / Cloud Functions / Ingress All Traffic Disabled | ||
|
||
## Quick Info | ||
|
||
| | | | ||
|-|-| | ||
| **Plugin Title** | Ingress All Traffic Disabled | | ||
| **Cloud** | GOOGLE | | ||
| **Category** | Cloud Functions | | ||
| **Description** | Ensure that Cloud Functions are configured to allow only internal traffic or traffic from Cloud Load Balancer. | | ||
| **More Info** | You can secure your google cloud functions by implementing network based access control. | | ||
| **GOOGLE Link** | https://cloud.google.com/functions/docs/securing/authenticating | | ||
| **Recommended Action** | Ensure that your Google Cloud functions do not allow external traffic from the internet. | | ||
|
||
## Detailed Remediation Steps |