Skip to content

Update the rails secret generator code to smoothly add new secrets

DJ Mountney requested to merge update-secrets into master

A proposed fix for: https://gitlab.com/charts/gitlab/issues/1326

Replaces: https://gitlab.com/charts/gitlab/merge_requests/785

Depends on: gitlab-org/build/CNG!226 (merged)

Have the secrets generator always do an apply for rails secrets But have it first populate the variables using any existing secret data it finds

This allows us to generate secrets for new keys added in new gitlab versions, while still respecting/retaining any existing key values.

Merge request reports