/containers/{id}/archive should report 403 if the PUT call fails #12420
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
This is related to #12419 , with the same context from nektos/act#303 .
When the
PUT
API call failed to upload the tar ball into the container, it should report 403 to indicate the error.Steps to reproduce the issue:
act.tar
.Describe the results you received:
Describe the results you expected:
podman-docker
API should returnHTTP/1.1 403
if thePUT
operation failed.Additional information you deem important (e.g. issue happens only occasionally):
same as in #12419
The text was updated successfully, but these errors were encountered: