-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
MaybeUndecided whether in scope for the projectUndecided whether in scope for the project
Description
Some cloud image datasources provide filtering mechanisms, such as the most_recent and name_regex parameters in aws_ami or google_compute_instance. I reviewed the code and identified two possible approaches to implement this feature:
- Client-side approach: Query all image aliases to Incus server, then apply the filters within the provider.
or
- Server-side approach: Modify the Incus server
image_aliasto accept filtering parameters directly. Something like here.
Which approach do you think would be more appropriate?
If this issue seems relevant, I’d be happy to contribute by working on it!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
MaybeUndecided whether in scope for the projectUndecided whether in scope for the project