summary refs log tree commit diff
path: root/tests/replication/test_auth.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace `request.code` with `channel.code`Richard van der Hoff2020-12-151-5/+5
| | | | | | The two are equivalent, but really we want to check the HTTP result that got returned to the channel, not the code that the Request object *intended* to return to the channel.
* Add authentication to replication endpoints. (#8853)Patrick Cloke2020-12-041-0/+119
Authentication is done by checking a shared secret provided in the Synapse configuration file.