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
When deploying a restlet application inside of a docker container to a k8s cluster behind the nginx l7 ingress controller HTTP POST actions return a 422 error.
If you expose a port on the host in the cluster and connect without using the nginx ingress controller POST actions work.
This issue is not present in 2.3.12 and rolling back is how I am mitigating the issue.
When deploying a restlet application inside of a docker container to a k8s cluster behind the nginx l7 ingress controller HTTP POST actions return a 422 error.
If you expose a port on the host in the cluster and connect without using the nginx ingress controller POST actions work.
This issue is not present in 2.3.12 and rolling back is how I am mitigating the issue.
Here are the restlet dependencies used in my pom
Here is an example of a failing resource.
ApiResource is a
public abstract class ApiResource extends ServerResource
class that has protected helper functions.The text was updated successfully, but these errors were encountered: