summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2023-03-27 13:37:17 +0200
committerGitHub <noreply@github.com>2023-03-27 07:37:17 -0400
commit4fc85e5a921c7200a54a7fd1e9b56b5d2fedc453 (patch)
treebc1b3194ad346e8fb7e84d6dd78e4a79ac902bb0 /docker
parentBump cryptography from 40.0.0 to 40.0.1 (#15329) (diff)
downloadsynapse-4fc85e5a921c7200a54a7fd1e9b56b5d2fedc453.tar.xz
Load `/password_policy` endpoint on workers. (#15331)
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/configure_workers_and_start.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/configure_workers_and_start.py b/docker/configure_workers_and_start.py
index 3f2f5c2daf..2a50ee1e4b 100755
--- a/docker/configure_workers_and_start.py
+++ b/docker/configure_workers_and_start.py
@@ -172,6 +172,7 @@ WORKERS_CONFIG: Dict[str, Dict[str, Any]] = {
             "^/_matrix/client/v1/rooms/.*/timestamp_to_event$",
             "^/_matrix/client/(api/v1|r0|v3|unstable)/search",
             "^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$)",
+            "^/_matrix/client/(r0|v3|unstable)/password_policy$",
         ],
         "shared_extra_conf": {},
         "worker_extra_conf": "",