Skip to content
Snippets Groups Projects

GitLab 9.3 release post

Merged Victor Wu requested to merge release-9-3 into master
All threads resolved!
1 file
+ 12
7
Compare changes
  • Side-by-side
  • Inline
@@ -78,17 +78,22 @@ features:
The summary could be expanded to access details with exact references to code,
allowing you to see differences before merging the branch.
- name: Protected Variables for enhanced pipelines security
- name: Protected Variables for Enhanced Pipelines Security
available_in: [ce, ees, eep]
documentation_link: 'https://docs.gitlab.com/ee/ci/variables/#protected-secret-variables'
documentation_text: "Learn more about protected secret variables"
documentation_text: "Learn more about Protected Secret Variables"
image_url: '/images/9_3/protected_variables.png'
description: |
Secret variables are very useful if you want to avoid external people to access private information for your project, but users that are able to modify the
project could still get access to it. This might cause unintended people to affect production envirments even if they've no permissions on the `master` branch.
In GitLab 9.3, Protected Variables introduce an additional layer of security to your sensitive information, such as deploy credentials.
Marking a variable as "protected" makes it available only to jobs running on protected branches, and so only authorized users can get access to it.
Secret variables are very useful if you want to avoid external people to
access private information for your project, but users that are able to modify the
project could still get access to it.
This might cause unintended people to affect production environments even if
they have no write permissions to the `master` branch.
In GitLab 9.3, **Protected Variables** introduce an **additional layer of security**
to your sensitive information, such as deploy credentials.
Marking a variable as "protected" makes it available only to jobs running on
protected branches, therefore only authorized users can get access to it.
- name: Automated monitoring for system services
available_in: [ce, ees, eep]
Loading