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 what should be investigated or refactored
Currently we return 500 errors or we warn and continue within the Zarf agent when there are errors. In most, if not all, of this situations we should instead return 400 errors (bad request) as usually the issue is that there is bad data being sent to the agent.
Things to consider:
How does this change the user experience ? Does it make it harder to see errors, if so, maybe we should reconsider this change
This will affect pods with containers that don't get mutated? Do we think this is significant enough to warrant a breaking change or a wait for GA?
Describe what should be investigated or refactored
Currently we return 500 errors or we warn and continue within the Zarf agent when there are errors. In most, if not all, of this situations we should instead return 400 errors (bad request) as usually the issue is that there is bad data being sent to the agent.
Things to consider:
Links to any relevant code
There are more examples but this is a few
The text was updated successfully, but these errors were encountered: