Skip to content

Commit

Permalink
Merge pull request #49 from aws-ia/tracker
Browse files Browse the repository at this point in the history
Added tracker info to the templates
  • Loading branch information
kkvinjam authored Oct 23, 2023
2 parents 3ba4357 + 69ed3ac commit 71099a8
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 11 deletions.
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

0 comments on commit 71099a8

Please sign in to comment.