Better handling of HTTP-sourced files #682
Labels
bug
This issue describes a defect or unexpected behavior
good first issue
An issue that will be a good candidate for a new contributor
priority/unprioritized-backlog
Higher priority than priority/awaiting-more-evidence but not planned. Contributions are welcome.
Describe the problem/challenge you have
As described here: carvel-dev/kapp#521 (comment) ...
Whenever an HTTP GET is performed, if the response succeeds but is a non-200 result, that response is being read as the contents of the named fail.
Describe the solution you'd like
Whenever there is a non-200 response from the HTTP resource, stop and report that error instead of processing the response given (which will never be the desired resource).
Anything else you would like to add:
This is the exact same issue fixed by: carvel-dev/kapp#523
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: