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

Added tracker info to the templates #49

Merged
merged 3 commits into from
Oct 23, 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
23 changes: 23 additions & 0 deletions .project_metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
project_id: 'abip-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln8885t0'
project_name: 'ABI IBM Security QRadar'
project_code: '84bee679-c25e-49cd-8172-c727cc4f8fe1'
project_type: 'ABI CloudFormation Project Type'
partner_name: 'IBM'
launch_date: '2023-10-04'
repo_name: 'cfn-abi-ibmsecurity-qradar'
templates_info:
- template_id: 'abi-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln88rqsi'
file_name: 'templates/abi-enable-qradar-integration.yaml'
count_flag: 'true'
- template_id: 'abi-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln88tcpg'
file_name: 'templates/enable-integrations/enable-cloudtrail-integrations.yaml'
count_flag: 'false'
- template_id: 'abi-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln88rrkg'
file_name: 'templates/enable-integrations/enable-guardduty-integrations.yaml'
count_flag: 'false'
- template_id: 'abi-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln88rt4b'
file_name: 'enable-integrations/enable-sqs-s3-integrations.yaml'
count_flag: 'false'
- template_id: 'abi-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln88rscd'
file_name: 'enable-integrations/setup-iam-role.yaml'
count_flag: 'false'
16 changes: 10 additions & 6 deletions guide/content/deployment-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,20 @@ To deploy this sample partner integration page using CfCT solution, add the foll

```
resources:
- name: sra-enable-partner1-solution
resource_file: https://aws-abi-pilot.s3.us-east-1.amazonaws.com/cfn-abi-aws-reference-guide/templates/abi-enable-partner1-securityhub-integration.yaml
- name: launch-qradar-main-abi
resource_file: https://aws-abi-pilot.s3.us-east-1.amazonaws.com/cfn-abi-ibmsecurity-qradar/templates/abi-enable-qradar-integration.yaml
deploy_method: stack_set
parameters:
- parameter_key: pProductArn
parameter_value: arn:aws:securityhub:us-east-1::product/cloud-custodian/cloud-custodian
- parameter_key: pEnableCloudTrial
parameter_value: 'false' # Set to 'true' to enable CloudTrail integration
- parameter_key: pEnableGuardDuty
parameter_value: 'false' # Set to 'true' to enable GuardDuty integration
- parameter_key: pSRASourceS3BucketName
parameter_value: aws-abi-pilot
parameter_value: aws-abi
- parameter_key: pSRAS3BucketRegion
parameter_value: us-east-1
- parameter_key: pSRAStagingS3KeyPrefix
parameter_value: cfn-abi-aws-reference-guide
parameter_value: cfn-abi-ibmsecurity-qradar
deployment_targets:
accounts:
- [[MANAGEMENT-AWS-ACCOUNT-ID]]
Expand Down
2 changes: 1 addition & 1 deletion templates/abi-enable-qradar-integration.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: 2010-09-09
Description: QRadar Integration
Description: "QRadar Integration (abi-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln88rqsi)"

Parameters:
PrincipalArn:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: 2010-09-09
Description: CloudTrail Integration for QRadar
Description: "CloudTrail Integration for QRadar. (abi-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln88tcpg)"

Parameters:
pSRASourceS3BucketName:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: 2010-09-09
Description: GuardDuty Integration for QRadar
Description: "GuardDuty Integration for QRadar. (abi-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln88rrkg)"

Parameters:
pSRASourceS3BucketName:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: 2010-09-09
Description: SQS and S3 Integration for QRadar
Description: "SQS and S3 Integration for QRadar. (abi-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln88rt4b)"
Parameters:
pBucketName:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion templates/enable-integrations/setup-iam-role.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: Setup IAM role for QRadar
Description: "Setup IAM role for QRadar. (abi-1kirFQBF75MfEQ3RbMQHRb-5Qgs4qOsPgbXnTtlFjeTTo-ln88rscd)"
Parameters:
PrincipalArn:
Type: String
Expand Down