-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix titles for GCP Policy packs (#822)
- Loading branch information
1 parent
90f52a7
commit b6b0e07
Showing
64 changed files
with
66 additions
and
66 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
2 changes: 1 addition & 1 deletion
2
...ks/gcp/computeengine/enforce_block_project_wide_ssh_keys_is_enabled_for_instances/main.tf
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce Enable Block Project-Wide SSH Keys for GCP Compute Engine Instances" | ||
title = "Enforce Block Project-Wide SSH Keys for GCP Compute Engine Instances" | ||
description = "Restrict the use of universally accessible SSH keys, thereby reducing the risk of unauthorized access." | ||
akas = ["gcp_computeengine_enforce_block_project_wide_ssh_keys_is_enabled_for_instances"] | ||
} |
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
4 changes: 2 additions & 2 deletions
4
...disks_to_be_attached_to_instances/main.tf → ...e_disks_are_attached_to_instances/main.tf
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce GCP Compute Engine Disks to Be Attached to Instances" | ||
title = "Enforce GCP Compute Engine Disks Are Attached to Instances" | ||
description = "Ensure that all allocated storage is actively used and monitored, reducing the risk of unnecessary expenses and potential security vulnerabilities associated with unattached disks." | ||
akas = ["gcp_computeengine_enforce_disks_to_be_attached_to_instances"] | ||
akas = ["gcp_computeengine_enforce_disks_are_attached_to_instances"] | ||
} |
File renamed without changes.
File renamed without changes.
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
4 changes: 2 additions & 2 deletions
4
...disks_to_not_be_older_than_7_days/main.tf → ...e_disks_are_not_older_than_7_days/main.tf
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce GCP Compute Engine Disks to Not Be Older Than 7 Days" | ||
title = "Enforce GCP Compute Engine Disks Are Not Older Than 7 Days" | ||
description = "Enforcing disks to not be older than 7 days is critical to ensure that data storage is continuously refreshed and aligned with the latest security and performance standards." | ||
akas = ["gcp_computeengine_enforce_disks_to_not_be_older_than_7_days"] | ||
akas = ["gcp_computeengine_enforce_disks_are_not_older_than_7_days"] | ||
} |
File renamed without changes.
File renamed without changes.
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
4 changes: 2 additions & 2 deletions
4
...ances_to_not_be_older_than_7_days/main.tf → ...stances_are_not_older_than_7_days/main.tf
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce GCP Compute Engine Instances to Not Be Older Than 7 Days" | ||
title = "Enforce GCP Compute Engine Instances Are Not Older Than 7 Days" | ||
description = "Enforcing instances to not be older than 7 days is important to ensure that instances are regularly updated and patched, minimizing the risk of vulnerabilities and security exploits." | ||
akas = ["gcp_computeengine_enforce_instances_to_not_be_older_than_7_days"] | ||
akas = ["gcp_computeengine_enforce_instances_are_not_older_than_7_days"] | ||
} |
File renamed without changes.
File renamed without changes.
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
4 changes: 2 additions & 2 deletions
4
...es_to_not_use_external_ip_address/main.tf → ...es_do_not_use_external_ip_address/main.tf
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce GCP Compute Engine Instances to Not Use External IP Addresses" | ||
title = "Enforce GCP Compute Engine Instances Do Not Use External IP Addresses" | ||
description = "Limiting instances to internal IP addresses only minimizes exposure to the internet, thereby protecting sensitive data and systems from unauthorized access and potential threats." | ||
akas = ["gcp_computeengine_enforce_instances_to_not_use_external_ip_address"] | ||
akas = ["gcp_computeengine_enforce_instances_do_not_use_external_ip_address"] | ||
} |
File renamed without changes.
File renamed without changes.
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
4 changes: 2 additions & 2 deletions
4
...to_not_use_specific_machine_types/main.tf → ...do_not_use_specific_machine_types/main.tf
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce GCP Compute Engine Instances to Not Use Specific Machine Types" | ||
title = "Enforce GCP Compute Engine Instances Do Not Use Specific Machine Types" | ||
description = "Enforce instances to not use specific machine types helps prevent the use of machine types that may be unsuitable for certain workloads, excessively costly, or lacking necessary security features, thereby optimizing resource utilization and maintaining a secure environment." | ||
akas = ["gcp_computeengine_enforce_instances_to_not_use_specific_machine_types"] | ||
akas = ["gcp_computeengine_enforce_instances_do_not_use_specific_machine_types"] | ||
} |
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions
5
policy_packs/gcp/computeengine/enforce_instances_to_not_use_unapproved_images/main.tf
This file was deleted.
Oops, something went wrong.
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
5 changes: 5 additions & 0 deletions
5
policy_packs/gcp/computeengine/enforce_instances_use_only_approved_images/main.tf
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,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce GCP Compute Engine Instances Use Only Approved Images" | ||
description = "Ensure that all instances adhere to organizational standards, reducing the risk of vulnerabilities." | ||
akas = ["gcp_computeengine_enforce_instances_use_only_approved_images"] | ||
} |
File renamed without changes.
File renamed without changes.
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
akas = ["gcp_guardrails_enable_event_handlers"] | ||
title = "Enable Event Handlers for GCP Projects in Guardrails" | ||
title = "Enable Event Handlers for GCP Projects" | ||
description = "The Guardrails Event Handlers are responsible for conveying events from GCP Logging back to Guardrails for processing. This is a requirement for Guardrails to process and respond in real-time." | ||
} |
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
akas = ["gcp_guardrails_enable_event_poller"] | ||
title = "Enable Event Poller for GCP Projects in Guardrails" | ||
title = "Enable Event Poller for GCP Projects" | ||
description = "The Guardrails Event Poller are responsible polling GCP Logging at intervals specified and retrieves the latest events for processing." | ||
} |
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
4 changes: 2 additions & 2 deletions
4
...unts_to_not_have_admin_privileges/main.tf → ...unts_do_not_have_admin_privileges/main.tf
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce GCP IAM User-Managed Service Accounts to Not Have Admin Privileges" | ||
title = "Enforce GCP IAM User-Managed Service Accounts Do Not Have Admin Privileges" | ||
description = "Minimize the risk of unauthorized access and potential misuse of administrative capabilities." | ||
akas = ["gcp_iam_enforce_user_service_accounts_to_not_have_admin_privileges"] | ||
akas = ["gcp_iam_enforce_user_service_accounts_do_not_have_admin_privileges"] | ||
} |
File renamed without changes.
File renamed without changes.
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
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
2 changes: 1 addition & 1 deletion
2
...packs/gcp/kubernetesengine/enforce_encryption_for_secrets_is_enabled_for_clusters/main.tf
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce Encryption for Secrets is Enabled for GCP GKE Clusters" | ||
title = "Enforce Encryption for Secrets Is Enabled for GCP GKE Clusters" | ||
description = "Ensure that secrets, such as passwords and API keys, are encrypted, thereby safeguarding them from unauthorized access and potential breaches." | ||
akas = ["gcp_kubernetesengine_enforce_encryption_for_secrets_is_enabled_for_clusters"] | ||
} |
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
4 changes: 2 additions & 2 deletions
4
...ps_is_enforced_for_load_balancers/main.tf → ...heck_load_balancers_enforce_https/main.tf
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Check If GCP Network Load Balancers Enforce HTTPS to Manage Encrypted Web Traffic" | ||
title = "Check GCP Network Load Balancers Enforce HTTPS for Encrypted Web Traffic" | ||
description = "Ensure that the data transmitted between clients and load-balanced applications is encrypted, protecting it from interception and unauthorized access." | ||
akas = ["gcp_network_check_https_is_enforced_for_load_balancers"] | ||
akas = ["gcp_network_check_load_balancers_enforce_https"] | ||
} |
File renamed without changes.
File renamed without changes.
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
4 changes: 2 additions & 2 deletions
4
..._network_is_not_used_for_projects/main.tf → ...c_network_is_not_used_in_projects/main.tf
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
resource "turbot_policy_pack" "main" { | ||
title = "Enforce Default VPC Network Is Not Used Within GCP Projects" | ||
title = "Enforce Default VPC Network Is Not Used in GCP Projects" | ||
description = "Encourage the creation of tailored VPC networks with specific configurations and security controls, reducing the risk of misconfigurations and enhancing overall network security." | ||
akas = ["gcp_network_enforce_default_vpc_network_is_not_used_for_projects"] | ||
akas = ["gcp_network_enforce_default_vpc_network_is_not_used_in_projects"] | ||
} |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.