MatrixSynapse/synapse/rest/key/v2
Richard van der Hoff 18674eebb1
Workaround for error when fetching notary's own key (#6620)
* Kill off redundant SynapseRequestFactory

We already get the Site via the Channel, so there's no need for a dedicated
RequestFactory: we can just use the right constructor.

* Workaround for error when fetching notary's own key

As a notary server, when we return our own keys, include all of our signing
keys in verify_keys.

This is a workaround for #6596.
2020-01-06 12:28:58 +00:00
..
__init__.py Port rest/ to Python 3 (#3823) 2018-09-12 20:41:31 +10:00
local_key_resource.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
remote_key_resource.py Workaround for error when fetching notary's own key (#6620) 2020-01-06 12:28:58 +00:00