You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When pulp enabled, composer will build image first and then upload image to pulp, this could cause a potential issue, that if customer provided wrong pulp information in pulp.toml, composer will still build the image first but will fail at upload step.
Composer should deny the request if pulp configuration is wrong, just like what it did for --url parameter.
Environment
OS version (/etc/os-release and /etc/redhat-release):
osbuild-composer version (rpm -qi osbuild-composer)
To Reproduce
Steps to reproduce the behavior:
for example starting osbuild-composer.service or running composer-cli command, don't forget to include all configuration files you created
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The behaviour with the pulp uploader is the same as it is for all other uploaders/targets. Maybe this can be a more general change for verifying upload configurations before a build, if we want to go this way.
Describe the bug
When pulp enabled, composer will build image first and then upload image to pulp, this could cause a potential issue, that if customer provided wrong pulp information in pulp.toml, composer will still build the image first but will fail at upload step.
Composer should deny the request if pulp configuration is wrong, just like what it did for --url parameter.
Environment
/etc/os-release
and/etc/redhat-release
):rpm -qi osbuild-composer)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: