mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 02:25:45 +03:00
Fix Complement TestCanRegisterAdmin
with workers, by adding Complement's shared registration secret. (#12819)
This commit is contained in:
parent
a6ab3f5619
commit
438925c422
2 changed files with 7 additions and 0 deletions
1
changelog.d/12819.misc
Normal file
1
changelog.d/12819.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Add Complement's shared registration secret to the Complement worker image. This fixes tests that depend on it.
|
|
@ -5,6 +5,12 @@ enable_registration: true
|
|||
enable_registration_without_verification: true
|
||||
bcrypt_rounds: 4
|
||||
|
||||
## Registration ##
|
||||
|
||||
# Needed by Complement to register admin users
|
||||
# DO NOT USE in a production configuration! This should be a random secret.
|
||||
registration_shared_secret: complement
|
||||
|
||||
## Federation ##
|
||||
|
||||
# trust certs signed by Complement's CA
|
||||
|
|
Loading…
Reference in a new issue