Use Docker secret for $wgSecretKey #7

Closed
opened 2020-09-08 11:35:33 +00:00 by 3wordchant · 0 comments
Owner
  1. Add e.g. mediawiki_secret_key to secrets: in compose.yml
  2. Add abra secret_generate mediawiki_secret_key to our set-up instructions
  3. Edit LocalSettings.php to use the same secret-loading method as for $wgDBPassword
  4. Redploy existing apps before they get h4xx3d
1. Add e.g. `mediawiki_secret_key` to `secrets:` in `compose.yml` 2. Add `abra secret_generate mediawiki_secret_key` to our set-up instructions 3. Edit `LocalSettings.php` to use the same secret-loading method as for `$wgDBPassword` 4. Redploy existing apps before they get h4xx3d
Sign in to join this conversation.