Actions
Bug #2633
closedlocal_secret_token.rb is zero bytes in RPM
Description
After an install of Foreman 1.2, the generated token file is zero bytes:
rw-r----. 1 root foreman 0 Jun 7 06:27 /usr/share/foreman/config/initializers/local_secret_token.rb
There's a fallback path where it creates ~foreman/tmp/secret_token instead, but ideally the static one should be generated.
Actions