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.json
that contains:This then triggers the
gitlab_reconfigure
resource which proceeds to overwritegitlab-secrets.json
with:The
gitlab_rails['otp_key_base']
andgitlab_rails['secret_key_base'
are both being finding their way intosecrets.yml
correctly. It is just thedb_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.
secrets.yml
The text was updated successfully, but these errors were encountered: