You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support registering as an admin via shared secrets (#321)
* Support registering as an admin via shared secrets
Requires homeservers to use 'complement' as the shared secret.
* Add extra requirement on images README
* nolint
* Fix broken admin flag
* Needs
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ If you're looking to run against a custom Dockerfile, it must meet the following
76
76
- The homeserver needs to manage its own storage within the image.
77
77
- The homeserver needs to accept the server name given by the environment variable `SERVER_NAME` at runtime.
78
78
- The homeserver needs to assume dockerfile `CMD` or `ENTRYPOINT` instructions will be run multiple times.
79
+
- The homeserver needs to use `complement` as the registration shared secret for `/_synapse/admin/v1/register`, if supported. If this endpoint 404s then these tests are skipped.
0 commit comments