Is your feature request related to a problem? Please describe.
We are running external-dns to create CNAME records
and our issue is that a POST /records currently returns a status 413.
A lot of dnsendpoints resources have built up and our external-dns instance is trying to catch up and create 8121 dnsendpoints:
The payload that our external-dns sends to the webhook is 5MB but because your fiber is initialized using no explicit BodyLimit it uses the default of 4MB
Can you please disable it or set a bigger limit that fits our scale?
Describe the solution you'd like
Set BodyLimit to higher value here
Describe alternatives you've considered
external-dns is not source code that we maintain and this webhook should be able to handle higher loads or at least be able to configure a limit for users
Search
Code of Conduct
Additional context
No response
Is your feature request related to a problem? Please describe.
We are running external-dns to create CNAME records
and our issue is that a
POST /recordscurrently returns a status413.A lot of dnsendpoints resources have built up and our external-dns instance is trying to catch up and create 8121 dnsendpoints:
The payload that our external-dns sends to the webhook is 5MB but because your
fiberis initialized using no explicit BodyLimit it uses the default of 4MBCan you please disable it or set a bigger limit that fits our scale?
Describe the solution you'd like
Set BodyLimit to higher value here
Describe alternatives you've considered
external-dnsis not source code that we maintain and this webhook should be able to handle higher loads or at least be able to configure a limit for usersSearch
Code of Conduct
Additional context
No response