`attach_dids` and `list-dataset-replicas` returns http 413 for large requests
Description
attach_dids returned this error when we tried to attach ~8k dids into a container. Details:
- https://github.com/dmwm/WMCore/issues/11994
list-dataset-replicas had this issue for a container with 25k datasets attached to it (125532 files) Details:
- https://github.com/dmwm/CMSRucio/issues/681
Steps to reproduce
Try to attach ~8k dids to a container or run list-dataset-replicas for a very large container
Rucio Version
Client: 32.3.1 - Server: 34.2.0
Additional Information
I used the client version 32.3.1 while getting the error with list-dataset-replicas. I'll let @amaltaro to comment which client is used while getting the issue with attach_dids, although probably this issue is not related to the client.
@labkode suspects this is an ingress issue. Being followed up.
Confirmed is an issue with infra (nginx ingress) for the list-dataset-replicas call.
Still to verify the other one (attach_dids)