Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

docs: fallback/web endpoint does not appear to be mounted on workers #9679

Merged
merged 2 commits into from
Mar 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/9679.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve worker documentation for fallback/web auth endpoints.
3 changes: 1 addition & 2 deletions docs/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down