Skip to content

Add support for security groups. #168

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

Closed
arianvp opened this issue Sep 7, 2015 · 5 comments
Closed

Add support for security groups. #168

arianvp opened this issue Sep 7, 2015 · 5 comments
Assignees

Comments

@arianvp
Copy link
Contributor

arianvp commented Sep 7, 2015

It would be nice to be able to configure security groups through the CLI

@moul
Copy link
Contributor

moul commented Sep 7, 2015

Hi @arianvp, can you give us an example of usage you would want to have ?

@moul moul self-assigned this Sep 7, 2015
@arianvp
Copy link
Contributor Author

arianvp commented Sep 14, 2015

Well for https://github.com/hex-sh/terraform-provider-scaleway I'm using https://github.com/scaleway/scaleway-cli/tree/master/pkg/api to talk to the Scaleway API. I want to declaratively describe my firewall like you can do with AWS https://www.terraform.io/docs/providers/aws/r/security_group.html but the current API client of Scaleway has no functions for calling the security group resource.

So it's not really an addition to the scaleway-cli itself, but to the API that scaleway-cli uses.

@moul
Copy link
Contributor

moul commented Sep 14, 2015

Ok, perfect, so we can add API helpers for now and decide how to include it in the cli, later

@QuentinPerez, this is for you :)

@arianvp
Copy link
Contributor Author

arianvp commented Sep 24, 2015

#179 seems to fix this right?

@QuentinPerez
Copy link
Contributor

Yes 😊 You can see examples here #182

@moul moul closed this as completed Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants