Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9d8f2aee
Commit
9d8f2aee
authored
Aug 10, 2021
by
Arran Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add warning about Runner's potential masked variable reveal
parent
0ef98c4a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/ci/variables/index.md
doc/ci/variables/index.md
+6
-0
No files found.
doc/ci/variables/index.md
View file @
9d8f2aee
...
@@ -311,6 +311,12 @@ NOTE:
...
@@ -311,6 +311,12 @@ NOTE:
Masking a CI/CD variable is not a guaranteed way to prevent malicious users from accessing
Masking a CI/CD variable is not a guaranteed way to prevent malicious users from accessing
variable values. To make variables more secure, you can
[
use external secrets
](
../secrets/index.md
)
.
variable values. To make variables more secure, you can
[
use external secrets
](
../secrets/index.md
)
.
WARNING:
Due to a technical limitation, masked variables that are more than 4 KiB in length are not recommended. Printing such
a large value to the trace log has the potential to be
[
revealed
](
https://gitlab.com/gitlab-org/gitlab-runner/-/issues/28128
)
.
When using GitLab Runner 14.2, only the tail of the variable, characters beyond 4KiB in length, have the potential to
be revealed.
### Protect a CI/CD variable
### Protect a CI/CD variable
You can protect a project, group or instance CI/CD variable so it is only passed
You can protect a project, group or instance CI/CD variable so it is only passed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment