Skip to content

Commit

Permalink
Add /password_policy endpoint to client_reader (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Mar 27, 2023
1 parent cdac5a1 commit 9e53896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/SyTest/Homeserver/Synapse.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e53896

Please sign in to comment.