cloudcaptainsh / cloudcaptain

Issue Tracker for CloudCaptain
13 stars 3 forks source link

boxfuse cfg should support multiple security groups #86

Open axelfontaine opened 8 years ago

axelfontaine commented 8 years ago

Using a comma-separated list like -securitygroups=sg-12345678,sg-11122233

little-vista-dev commented 7 years ago

@axelfontaine Is this done? It's not clear if it is or not.

axelfontaine commented 7 years ago

@little-vista Not yet. Once it is done, we will update this issue and close it.

little-vista-dev commented 7 years ago

Ok thanks, I am deploying a springboot application with boxfuse and it connects to a number of internal services (private hosted zone). If I do not add the default SG (in addition to the SG created by boxfuse), it cannot connect to these services. Any idea of timeline?

axelfontaine commented 7 years ago

Note that you do already have the option to use a custom security group. See https://boxfuse.com/docs/commandline/cfg#securitygroup

This issue is for allowing 2 or more custom security groups.