Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cicd_variables.md « security « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ef8129da2aae3eb68c5d9b86dfd588964a5fe46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
stage: Secure
group: None
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# CI/CD Variables

CI/CD variables are applied to environments via the runner and can be set from the project's **Settings > CI/CD** page.

The values are encrypted using [`aes-256-cbc`](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) and stored in the database.

This data can only be decrypted with a valid [secrets file](../raketasks/backup_restore.md#when-the-secrets-file-is-lost).