flake8
passed.
JSHint
passed.
Review Request #11375 — Created Jan. 12, 2021 and submitted
A common issue when running
rb-site install
in an automated setup (for
Docker instances or when using a tool like Chef) is that each new
install would get its ownSECRET_KEY
setting, requiring users to
override the resulting file.To address this, a new
--secret-key
option has been added, which
allows the caller to provide an explicit key to use. This must be 50
characters or higher (matching what we generate ourselves). If this is
set, it will be used instead of generating a new key.
Tested creating a new site with and without
--secret-key
.Tested the character length validation.
Summary | ID |
---|---|
4a12140db4653f91e6fbe5852081ea776407ce4a |
Fixed missing references to a moved constant.
Summary | ID | |
---|---|---|
c17d7ac08f45c4796dd30594a2b28da35f9af4c6 | ||
4a12140db4653f91e6fbe5852081ea776407ce4a |
Revision 2 (+40 -2)