Skip to content

Commit

Permalink
Update routing of fallback auth in the worker docs. (matrix-org#7048)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored and phil-flex committed Mar 27, 2020
1 parent b3ae646 commit 8ce66bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/7048.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that the fallback auth endpoints must be routed to the same worker node as the register endpoints.
1 change: 1 addition & 0 deletions docs/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ Additionally, the following REST endpoints can be handled, but all requests must
be routed to the same instance:

^/_matrix/client/(r0|unstable)/register$
^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$

Pagination requests can also be handled, but all requests with the same path
room must be routed to the same instance. Additionally, care must be taken to
Expand Down

0 comments on commit 8ce66bf

Please sign in to comment.