Open boogewooge opened 2 years ago
go version
In https://github.com/matrix-org/dendrite/issues/2589, where rate_limiting being enabled causes issues, a server administrator (more than one in fact) was also affected, though https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.monolith.yaml#L182= indicates that shouldn't be the case.
rate_limiting
We need to ensure we're testing that exempt_user_ids are actually being exempted from the rate limiting code.
exempt_user_ids
The problem I'm seeing is that the endpoint doesn't require authentication, so we don't have a device we can check for admin/exempt users.
device
Background information
go version
: 1.18.4In https://github.com/matrix-org/dendrite/issues/2589, where
rate_limiting
being enabled causes issues, a server administrator (more than one in fact) was also affected, though https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.monolith.yaml#L182= indicates that shouldn't be the case.