소스 검색

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

Patrick Cloke 4 년 전
부모
커밋
66315d862f
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      changelog.d/7048.doc
  2. 1 0
      docs/workers.md

+ 1 - 0
changelog.d/7048.doc

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

+ 1 - 0
docs/workers.md

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