Browse Source

Fix Complement `TestCanRegisterAdmin` with workers, by adding Complement's shared registration secret. (#12819)

tags/v1.60.0rc1
reivilibre 2 years ago
committed by GitHub
parent
commit
438925c422
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions
  1. +1
    -0
      changelog.d/12819.misc
  2. +6
    -0
      docker/complement/conf-workers/workers-shared.yaml

+ 1
- 0
changelog.d/12819.misc View File

@@ -0,0 +1 @@
Add Complement's shared registration secret to the Complement worker image. This fixes tests that depend on it.

+ 6
- 0
docker/complement/conf-workers/workers-shared.yaml View File

@@ -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…
Cancel
Save