When the flag can_upload_signatures is set it takes precedence over the backend signing. Therefore we are hiding the Sign all buttons on the collection and namespace detail pages, and changing the Sign version x.x to bring up the certificate upload modal.
In addition it fixes the waitForTask function to return error if the task is not running and not completed so we can report failures.
https://issues.redhat.com/browse/AAH-1369 - update
When the flag
can_upload_signatures
is set it takes precedence over the backend signing. Therefore we are hiding theSign all
buttons on the collection and namespace detail pages, and changing theSign version x.x
to bring up the certificate upload modal.In addition it fixes the
waitForTask
function to return error if the task is notrunning
and notcompleted
so we can report failures.After with the
can_upload_signatures = true
: