Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Slider 0.81
-
None
Description
We have a specific exit code for auth failures, {{EXIT_UNAUTHORIZED }}, which we map to "41" (== HTTP 401), but aren't using this in the code. Instead BadConfigException is raised.
Change this so that whenever the problem is clearly a security auth failure or config problem raise a SliderException with the relevant exit code