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

Add all-projects support for network acls #713

Open
stgraber opened this issue Apr 1, 2024 · 2 comments
Open

Add all-projects support for network acls #713

stgraber opened this issue Apr 1, 2024 · 2 comments
Assignees
Labels
API Changes to the REST API Easy Good for new contributors Feature New feature, not a bug
Milestone

Comments

@stgraber
Copy link
Member

stgraber commented Apr 1, 2024

Similar to the work that's been done on instances, images, storage volumes and more, it'd be good to support the ?all-projects=true URL parameter for /1.0/network-acls.

To do this, we'll need:

  • API extension (network_acls_all_projects)
  • GetNetworkACLsAllProjects function in client
  • Support for all-projects=true in networkACLSGet
  • Support for --all-projects flag in incus network acl list (cmd/incus)
@stgraber stgraber added Feature New feature, not a bug Easy Good for new contributors API Changes to the REST API labels Apr 1, 2024
@stgraber stgraber added this to the soon milestone Apr 1, 2024
@sona78
Copy link

sona78 commented Apr 2, 2024

Hi I'm from the UT virtualization class and would love to complete this task

@stgraber
Copy link
Member Author

stgraber commented Apr 2, 2024

Sure, I assigned it to you now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Changes to the REST API Easy Good for new contributors Feature New feature, not a bug
Development

No branches or pull requests

2 participants