trendmicro / cloudone-filestorage-plugins

Trend Micro Cloud One File Storage Security plugins reference code.
https://cloudone.trendmicro.com
Apache License 2.0
42 stars 51 forks source link

fix: make aws promote quarantine template support multiple subnets #163

Closed JimLin94 closed 11 months ago

JimLin94 commented 11 months ago

fix: make aws promote quarantine template support multiple subnets

Change Summary

Purpose:

Align the VPC config with the stack template to support connecting multiple subnets with the promote quarantine plugin.

Verify the solution:

Deploy the promote /quarantine plugin with two subnet IDs and two security group ids.

image

image

image

Deploy the promote /quarantine plugin with one subnet ID and one security group ID.

image

image

image

Deploy the promote /quarantine plugin with only one subnet ID, and it should not be enabled the VPC

image

Deploy the promote /quarantine plugin with only one security group ID, and it should not be enabled the VPC

image

image

image

PR Checklist

Other Notes