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
We are currently always returning 500 if (un)marhsalling of the rules provided in the YAML by the user fails. However, more often than not, the unmarshalling will fail due to user error, because for example the provided YAML is not valid. We should be able to detect these cases, and if that happens, return 400 instead. (This can also lead to false positives when it comes to monitoring, since it could artificially increase number of 500 server responses, even though these are user errors)