Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cd0f65d

Browse files
committed
Reverse proxies are not the only thing to change;be explicit w/ new endpoint
1 parent 4aa027e commit cd0f65d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGES.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ As [noted in
77
v1.20.0](https://github.com/matrix-org/synapse/blob/release-v1.21.0/CHANGES.md#synapse-1200-2020-09-22),
88
a future release will drop support for accessing Synapse's
99
[Admin API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api) under the
10-
`/_matrix/client/*` endpoint prefixes. Please update your
11-
[reverse proxy configuration](https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.md)
12-
accordingly.
10+
`/_matrix/client/*` endpoint prefixes. At that point, the Admin API will only
11+
be accessible under `/_synapse/admin`.
1312

1413

1514
Synapse 1.21.0rc3 (2020-10-08)
@@ -168,9 +167,11 @@ API](https://github.com/matrix-org/synapse/tree/master/docs) has been
168167
accessible under the `/_matrix/client/api/v1/admin`,
169168
`/_matrix/client/unstable/admin`, `/_matrix/client/r0/admin` and
170169
`/_synapse/admin` prefixes. In a future release, we will be dropping support
171-
for accessing Synapse's Admin API using the `/_matrix/client/*` prefixes. This
172-
makes it easier for homeserver admins to lock down external access to the Admin
173-
API endpoints.
170+
for accessing Synapse's Admin API using the `/_matrix/client/*` prefixes.
171+
172+
From that point, the Admin API will only be accessible under `/_synapse/admin`.
173+
This makes it easier for homeserver admins to lock down external access to the
174+
Admin API endpoints.
174175

175176
Synapse 1.20.0rc5 (2020-09-18)
176177
==============================

0 commit comments

Comments
 (0)