Skip to content

Commit 26a4ed7

Browse files
committed
hack for ingress and device keys
1 parent d320e39 commit 26a4ed7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
appVersion: 1.151.0
33
description: matrix synapse kubernetes deployment
44
name: synapse
5-
version: 2.3.14
5+
version: 2.3.15

charts/synapse/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,8 @@ ingress:
443443
# keys.py:507 unexistent prefixes api/v1 and r0 device_lists
444444
- "/_matrix/client/(api/v1|r0|v3|unstable)/keys/device_signing/upload$"
445445
- "/_matrix/client/(api/v1|r0|v3|unstable)/keys/signatures/upload$"
446+
# hack:
447+
- '/_matrix/client/(r0|v3|unstable)/room_keys/keys/(?:%21|!)[A-Za-z0-9._=\-/]+(?::|%3[Aa])[A-Za-z0-9.\-]+'
446448
# https://github.com/element-hq/synapse/blob/b99a58719b274fcbb327fd8d7649185792bfd12c/synapse/rest/client/thread_subscriptions.py#L38-L247
447449
# stream writer multiple worker
448450
threadSubscriptionsRoutes:

0 commit comments

Comments
 (0)