-
Notifications
You must be signed in to change notification settings - Fork 51
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
Serverless application repository template #52
base: master
Are you sure you want to change the base?
Conversation
AWS Security hub permission need to be added |
Security hub permission is added but testing is pending |
## Deployment steps | ||
1. Visit plugin from serverless application repository | ||
|
||
2. Enter AWS Account details and AWS Security hub ARN | ||
AWSACCOUNTNO: Provide your aws account ID | ||
AWSSecurityHubARN: arn:aws:securityhub:<region>:<aws acc no>:product/<aws acc no>/default | ||
|
||
|
||
3. Copy ScanResultTopicArn from scanner cloudformation stack output. This is the same ARN that we have used in previous step for Quarantine and promote object. | ||
|
||
|
||
4. Enter ScanResultTopicARN to serverless application parameter and proceed to Deploy | ||
|
||
|
||
5. Verify serverless plugin deployment is completed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you reference the doc from other exiting templates? Like, https://github.com/trendmicro/cloudone-filestorage-plugins/tree/master/post-scan-actions/aws-python-promote-or-quarantine#prerequisites
C1FSecurityHub: | ||
Type: AWS::Serverless::Function | ||
Properties: | ||
CodeUri: s3://bucket-4716/lambda.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's a good idea to add a new template and new code from unmanaged bucket. Instead, modify the template.yaml would with a Metadata section like this would make more sense.
TITLE
Change Summary
PR Checklist
Other Notes