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
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Deployment-automation currently does not attempt to preserve the gitlab-secrets.json across instantiations. When users store secrets for CI-automation or other integrations, this will cause CI jobs to fail and the projects' Integrations tab/page to become unloadable (HTTP 500 errors).
Severity
Completely Broken (No work-around evident)
Severely Broken (Work-around possible but difficult)
Moderately Broken (Trivial work-around)
Nuisance (Functions but untrapped errors can slip through)
To Reproduce
Steps to reproduce the behavior:
Launch new GitLab domain
Allow users to create CI-jobs or other integrations that use stored secrets
Migrate service to new node (version, OS or other related task that redeploys the service to new instance)
Attempt to run CI-jobs or other integrations that use stored secrets — failures should be present
Expected behavior
Node-replacing upgrades to not adversely impact service-functionality.