Update routing of fallback auth in the worker docs. (#7048)

pull/7063/head
Patrick Cloke 2020-03-09 07:19:24 -04:00 committed by GitHub
parent bbf725e7da
commit 66315d862f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/7048.doc Normal file
View File

@ -0,0 +1 @@
Document that the fallback auth endpoints must be routed to the same worker node as the register endpoints.

View File

@ -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