The backend for IB got changed on this PR https://github.com/osbuild/image-builder/pull/840. I will now support having an empty `option` object for the upload request.
The PR https://github.com/RedHatInsights/image-builder-frontend/pull/1355 needs to get updated to no longer be sending:
{"distribution":"rhel-92","image_name":"adi","image_requests":[{"architecture":"x86_64","image_type":"gcp","upload_request":{"type":"gcp","options":
{"share_with_accounts":["user:undefined"]}
}}],"customizations":{}}
but instead:
{"distribution":"rhel-92","image_name":"adi","image_requests":[\{"architecture":"x86_64","image_type":"gcp","upload_request":{"type":"gcp","options":{}}}],"customizations":{}}
The backend for IB got changed on this PR https://github.com/osbuild/image-builder/pull/840. I will now support having an empty `option` object for the upload request.
{"share_with_accounts":["user:undefined"]}The PR https://github.com/RedHatInsights/image-builder-frontend/pull/1355 needs to get updated to no longer be sending:
{"distribution":"rhel-92","image_name":"adi","image_requests":[{"architecture":"x86_64","image_type":"gcp","upload_request":{"type":"gcp","options":
}}],"customizations":{}}
but instead:
{"distribution":"rhel-92","image_name":"adi","image_requests":[\{"architecture":"x86_64","image_type":"gcp","upload_request":{"type":"gcp","options":{}}}],"customizations":{}}