Actions
Idea #20230
openEnsure that large container/request field loads are size-limited
Start date:
Due date:
Story points:
-
Description
There are some fields of containers and container requests that can grow very large. Loading a lot of them can put a lot of RAM strain on the RailsAPI server. Most definitely mounts and secret_mounts. In principle, this could apply to any user-controlled array or hash, like cmd or env.
RailsAPI has code to limit the number of objects returned in a single list request based on the amount of data loaded from the database. Ensure that RailsAPI applies these limits to the container/request fields we want.
TBD: Finalize the list of fields:
- mounts
- secret_mounts
- What else?
No data to display
Actions