-
- Downloads
Remove the requirement to authenticate for /admin/server_version. (#5122)
This endpoint isn't much use for its intended purpose if you first need to get yourself an admin's auth token. I've restricted it to the `/_synapse/admin` path to make it a bit easier to lock down for those concerned about exposing this information. I don't imagine anyone is using it in anger currently.
Showing
- changelog.d/5122.misc 1 addition, 0 deletionschangelog.d/5122.misc
- docs/admin_api/version_api.rst 0 additions, 2 deletionsdocs/admin_api/version_api.rst
- synapse/rest/admin/__init__.py 5 additions, 10 deletionssynapse/rest/admin/__init__.py
- tests/rest/admin/test_admin.py 8 additions, 22 deletionstests/rest/admin/test_admin.py
- tests/unittest.py 18 additions, 4 deletionstests/unittest.py
changelog.d/5122.misc
0 → 100644
Please register or sign in to comment