summary refs log tree commit diff
path: root/tests/replication/test_auth.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lintRichard van der Hoff2020-12-151-2/+0
|
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-7/+7
| | | | This was never used, so let's get rid of it.
* 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.