mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 05:46:01 -04:00
Back out ill-advised notary server hackery (#6657)
This was ill-advised. We can't modify verify_keys here, because the response object has already been signed by the requested key. Furthermore, it's somewhat unnecessary because existing versions of Synapse (which get upset that the notary key isn't present in verify_keys) will fall back to a direct fetch via `/key/v2/server`. Also: more tests for fetching keys via perspectives: it would be nice if we actually tested when our fetcher can't talk to our notary impl.
This commit is contained in:
parent
235d977e1f
commit
573fee759c
5 changed files with 140 additions and 26 deletions
0
tests/rest/key/v2/__init__.py
Normal file
0
tests/rest/key/v2/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue