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 storage buckets #715

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

Add all-projects support for storage buckets #715

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/storage-pools/POOL/buckets.

To do this, we'll need:

  • API extension (storage_buckets_all_projects)
  • GetStoragePoolBucketsAllProjects function in client
  • Support for all-projects=true in storagePoolBucketsGet
  • Support for --all-projects flag in incus storage bucket 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
Contributor

sona78 commented Apr 2, 2024

I would love to complete this task if it hasn't been assigned yet

@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