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

Allow VM instance security group modification with exo CLI #113

Closed
falzm opened this issue Mar 5, 2019 · 1 comment
Closed

Allow VM instance security group modification with exo CLI #113

falzm opened this issue Mar 5, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@falzm
Copy link
Contributor

falzm commented Mar 5, 2019

Currently it is not possible to modify a VM instance's security groups using the exo CLI – even when the VM is stopped.

I see 2 different ways to implement this (or maybe even both):

# In the "vm" command group:
exo vm firewall add VM SG1 [SG2 SGn...]
exo vm firewall remove VM SG1 [SG2 SGn...]

# In the "firewall" command group:
exo firewall attach SG VM1 [VM2 VMn...]
exo firewall detach SG VM1 [VM2 VMn...]

Any opinion?

@falzm falzm added the enhancement New feature or request label Mar 5, 2019
@greut
Copy link
Contributor

greut commented Mar 5, 2019

The underlying call being updateVirtualMachine, I'd go with the vm group but it could be both. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants