You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gitlab_rails['otp_key_base'] and gitlab_rails['secret_key_base' are both being finding their way into secrets.yml correctly. It is just the db_base_key that is being overwritten. I suppose the issue is:
I am not using the gitlab_ci parameter to specify the gitlab_server, so as far as I understand, hint 2 in the README is not relevant here.
The README is currently misleading perhaps?
Where does this value need to go for Omnibus to put is correctly in secrets.yml
The text was updated successfully, but these errors were encountered:
I am currently using version 1.11.0 from the forge. In Hiera I have:
This creates a
gitlab-secrets.jsonthat contains:This then triggers the
gitlab_reconfigureresource which proceeds to overwritegitlab-secrets.jsonwith:The
gitlab_rails['otp_key_base']andgitlab_rails['secret_key_base'are both being finding their way intosecrets.ymlcorrectly. It is just thedb_base_keythat is being overwritten. I suppose the issue is:I am not using the gitlab_ci parameter to specify the gitlab_server, so as far as I understand, hint 2 in the README is not relevant here.
secrets.ymlThe text was updated successfully, but these errors were encountered: