summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-10-20 19:49:20 +0200
committerGitHub <noreply@github.com>2021-10-20 18:49:20 +0100
commit57501d919458f71f6505e7474e9825c00bc8ec87 (patch)
tree245af45c9f9ad8d3c453bee84b8fc37e48e4184f /changelog.d
parentConsider IP whitelist for identity server resolution (#11120) (diff)
downloadsynapse-57501d919458f71f6505e7474e9825c00bc8ec87.tar.xz
Update `sign_json` to support inline key config (#11139)
It's been possible to configure a key inline in the homeserver.yaml since
13bc1e0746aa0442aa5d43555cbbc2dc75e8ef43. Update `sign_json` to work with this.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11139.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11139.misc b/changelog.d/11139.misc
new file mode 100644
index 0000000000..86a9189200
--- /dev/null
+++ b/changelog.d/11139.misc
@@ -0,0 +1 @@
+Update the `sign_json` script to support inline configuration of the signing key.