From d2d8d4bd4ab1d305213af658f1a4c7a44b6065d7 Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Mon, 27 Mar 2023 08:52:28 +0200 Subject: [PATCH] Add `/password_policy` endpoint to `client_reader` --- lib/SyTest/Homeserver/Synapse.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/SyTest/Homeserver/Synapse.pm b/lib/SyTest/Homeserver/Synapse.pm index 9869945dd..e0cd48278 100644 --- a/lib/SyTest/Homeserver/Synapse.pm +++ b/lib/SyTest/Homeserver/Synapse.pm @@ -1305,6 +1305,7 @@ sub generate_haproxy_map ^/_matrix/client/(api/v1|r0|v3|unstable/.*)/rooms/.*/aliases client_reader ^/_matrix/client/(api/v1|r0|v3|unstable)/search client_reader ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) client_reader +^/_matrix/client/(r0|v3|unstable)/password_policy$ client_reader ^/_matrix/client/(api/v1|r0|v3|unstable)/devices$ stream_writer ^/_matrix/client/(api/v1|r0|v3|unstable)/keys/query$ stream_writer