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

Update Metadata #74

Merged
merged 2 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .project_metadata.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
project_id: 'abip-1kirFQBF75MfEQ3RbMQHRb-1uUqxTu50BQyeDu1QxxGqM-ln893493'
project_id: 'abp-1kirFQBF75MfEQ3RbMQHRb-1uUqxTu50BQyeDu1QxxGqM-ln893493'
project_name: 'ABI Lacework Polygraph'
project_code: '313cd725-d4b4-426e-80cd-c49205bde6ec'
project_type: 'ABI CloudFormation Project Type'
partner_name: 'Lacework'
launch_date: '2023-10-04'
repo_name: 'cfn-abi-lacework-polygraph'
templates_info:
- template_id: 'abi-1kirFQBF75MfEQ3RbMQHRb-1uUqxTu50BQyeDu1QxxGqM-ln8935st'
- template_id: 'abp-1kirFQBF75MfEQ3RbMQHRb-1uUqxTu50BQyeDu1QxxGqM-ln8935st'
file_name: 'templates/cfn-abi-lacework-polygraph.template.yaml'
count_flag: 'true'
- template_id: 'abi-1kirFQBF75MfEQ3RbMQHRb-1uUqxTu50BQyeDu1QxxGqM-ln89350v'
- template_id: 'abp-1kirFQBF75MfEQ3RbMQHRb-1uUqxTu50BQyeDu1QxxGqM-ln89350v'
file_name: 'templates/cfn-abi-lacework-sec-hub-ingest.template.yaml'
count_flag: 'false'
51 changes: 51 additions & 0 deletions scripts/cleanup_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[
{
"Type" : "S3_BUCKET",
"Filter" : "sra-guardduty-org-delivery-",
"Account" : "log_account"
},
{
"Type" : "S3_BUCKET",
"Filter" : "cfn-abi-amazon-guardduty-"
},
{
"Type" : "SSM_PARAMETER",
"Filter" : "/sra/gd/"
},
{
"Type": "STACK",
"Filter" : "tCaT-enable-securityhub-ssm-"
},
{
"Type" : "STACK",
"Filter": "tCaT-stage-sh-content-local-"
},
{
"Type" : "STACK",
"Filter": "tCaT-enable-securityhub-in-org-ssm-"
},
{
"Type" : "S3_BUCKET",
"Filter": "tcat-cfn-abi-aws-securityhub-"
},
{
"Type" : "S3_BUCKET",
"Filter": "sra-gd-staging-"
},
{
"Type" : "S3_BUCKET",
"Filter" : "sra-sh-stage-"
},
{
"Type" : "S3_BUCKET",
"Filter" : "sra-sh-staging-"
},
{
"Type" : "SSM_PARAMETER",
"Filter" : "/sra/sh/"
},
{
"Type" : "S3_BUCKET",
"Filter" : "cfn-abi-lacework-polygraph"
}
]
2 changes: 1 addition & 1 deletion templates/cfn-abi-lacework-polygraph.template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: 2010-09-09
Description: "AWS Built-in package with Lacework. Bundled AWS Control Tower, Amazon GuardDuty, AWS Security Hub and Lacework. (abi-1kirFQBF75MfEQ3RbMQHRb-1uUqxTu50BQyeDu1QxxGqM-ln8935st)"
Description: "AWS Built-in package with Lacework. Bundled AWS Control Tower, Amazon GuardDuty, AWS Security Hub and Lacework. (abp-1kirFQBF75MfEQ3RbMQHRb-1uUqxTu50BQyeDu1QxxGqM-ln8935st)"
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down
2 changes: 1 addition & 1 deletion templates/cfn-abi-lacework-sec-hub-ingest.template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
AWSTemplateFormatVersion: "2010-09-09"
Description: "Lacework AWS Security Hub Ingestion Integration. (abi-1kirFQBF75MfEQ3RbMQHRb-1uUqxTu50BQyeDu1QxxGqM-ln89350v)"
Description: "Lacework AWS Security Hub Ingestion Integration. (abp-1kirFQBF75MfEQ3RbMQHRb-1uUqxTu50BQyeDu1QxxGqM-ln89350v)"
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down