We believe that the best way to build software is to do it in close collaboration with the people who use it. We invite you to submit your ideas using the form below. Please be sure to include the problem for which you are solving and the benefits of implementing the idea.
We do our best to implement as many Ideas as we can. Our Product team will evaluate all submitted ideas in a timely manner and will disposition each into one of the following categories: will integrate into the product roadmap, further research is needed, unlikely to implement.
Thanks for collaborating with us!
Originally, reported in GitHub issue. and Github issue 44
Allow users to reduce the size of their compliance reports, or increase the limit, or something else.
From ssd: 4MB is the limit of a single gRPC request. The limit is configurable (when I said it wasn't configurable above I mean we haven't exposed a configurable for users) inside the gRPC library so we could just increase it. We could teach various parts of the system to split up large messages and/or use streaming requests but I'm unsure on what is advisable there.