-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
We need a config option to limit the public room directory to registered users only (SYN-584) #1467
Comments
Jira watchers: @ara4n |
A workaround patch I did for Charlie on HQ:
-- @ara4n |
Note that doing this needs a spec change, as per matrix-org/matrix-doc#612 |
the specific case of restricting the CS API to registered users is now handled in #5083 (which in turn is a port of matrix-org/matrix-spec#584). I do not think this has to be blocked on a spec change to enhance CS API's /publicRooms to distinguish "show rooms for the general public" v. "show rooms for registered users" (and migration to use that system, and aligning it with upcoming per-community room directories, etc) - we have a clear need right now for people who simply don't want the /publicRooms endpoint to be available to unregistered users. Meanwhile, we do need to figure out the semantics for how to restrict access over SS API. I personally would do this as another config option, of the form |
closed by #5083. thanks @babolivier! |
Submitted by @matthew:matrix.org
Use case is to stop sensitive publicroom data leaking from an otherwise federated HS. This is relevant to our own 'private' HS!
(Imported from https://matrix.org/jira/browse/SYN-584)
The text was updated successfully, but these errors were encountered: