Skip to content

stage: fallback to random secret_key_base

azul requested to merge secret_key_base_fallback into rails-5

Since no ENV["SECRET_KEY_BASE"] this sets a fallback.

Every server restart will lead to a new SECRET_KEY_BASE being used. This will effectively log out everyone from the staging server. We will need to set ENV["SECRET_KEY_BASE"] eventually and then revert this change.

Merge request reports