File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22apiVersion : v2
33name : synapse
44description : matrix synapse kubernetes deployment
5- version : 2.0.0
5+ version : 2.0.1
66appVersion : 1.149.1
Original file line number Diff line number Diff line change @@ -428,7 +428,10 @@ ingress:
428428 - " /_matrix/client/(api/v1|r0|v3|unstable)/login/sso/redirect(/|$)"
429429 # qr code rendezvous loginto main process
430430 # related to MSC4108 https://github.com/matrix-org/matrix-spec-proposals/pull/4108
431- - " (/_matrix/client/(unstable|v1)/org.matrix.msc4108/rendezvous|/_synapse/client/rendezvous)$"
431+ # - "(/_matrix/client/(unstable|v1)/org.matrix.msc4108/rendezvous|/_synapse/client/rendezvous)$"
432+ # this should fix spec.rules[0].http.paths[2].path: must be an absolute path
433+ - " /_matrix/client/(unstable|v1)/org.matrix.msc4108/rendezvous$"
434+ - " /_synapse/client/rendezvous$"
432435 # federation overrides to main/master process
433436 - " /_matrix/federation/v1/openid/userinfo$"
434437 # send all other traffic to the main/master process, should go last in lb config
You can’t perform that action at this time.
0 commit comments