diff options
author | Ben Banfield-Zanin <benbz@matrix.org> | 2021-03-24 11:43:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 11:43:04 +0000 |
commit | 4655d2221e79b0ecdcb88c7e1eef467eec2ed481 (patch) | |
tree | 5f4155be95f898d761c737fba3fcaf2751b79b45 | |
parent | Bump mypy-zope to 0.2.13. (#9678) (diff) | |
download | synapse-4655d2221e79b0ecdcb88c7e1eef467eec2ed481.tar.xz |
docs: fallback/web endpoint does not appear to be mounted on workers (#9679)
-rw-r--r-- | changelog.d/9679.doc | 1 | ||||
-rw-r--r-- | docs/workers.md | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/changelog.d/9679.doc b/changelog.d/9679.doc new file mode 100644 index 0000000000..34f87490d6 --- /dev/null +++ b/changelog.d/9679.doc @@ -0,0 +1 @@ +Improve worker documentation for fallback/web auth endpoints. diff --git a/docs/workers.md b/docs/workers.md index e7bf9b8ce4..c6282165b0 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -232,7 +232,6 @@ expressions: # Registration/login requests ^/_matrix/client/(api/v1|r0|unstable)/login$ ^/_matrix/client/(r0|unstable)/register$ - ^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$ # Event sending requests ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/redact @@ -276,7 +275,7 @@ using): Ensure that all SSO logins go to a single process. For multiple workers not handling the SSO endpoints properly, see -[#7530](https://github.com/matrix-org/synapse/issues/7530) and +[#7530](https://github.com/matrix-org/synapse/issues/7530) and [#9427](https://github.com/matrix-org/synapse/issues/9427). Note that a HTTP listener with `client` and `federation` resources must be |