Skip to content

WIP: Add environment variable to define location of .gitlab_workhorse_secret

Stan Hu requested to merge env-gitlab-workhorse-secret into master

omnibus-gitlab uses a symlink that must be generated in the Rails.root directory, but if this symlink is not generated for some reason unicorn will not start due to a permission error. Rather than play games with symlinks, we should specify the path directly through an environment variable.

Closes #1661 (closed)

Merge request reports