Commit f06982bf authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Make usage of SSH keys in CI/CD more clear

parent a11fae24
This diff is collapsed.
...@@ -213,14 +213,15 @@ An example project service that defines deployment variables is ...@@ -213,14 +213,15 @@ An example project service that defines deployment variables is
## Debug tracing ## Debug tracing
> Introduced in GitLab Runner 1.7. > Introduced in GitLab Runner 1.7.
>
> **WARNING:** Enabling debug tracing can have severe security implications. The CAUTION: **Warning:**
output **will** contain the content of all your secret variables and any other Enabling debug tracing can have severe security implications. The
secrets! The output **will** be uploaded to the GitLab server and made visible output **will** contain the content of all your secret variables and any other
in job traces! secrets! The output **will** be uploaded to the GitLab server and made visible
in job traces!
By default, GitLab Runner hides most of the details of what it is doing when By default, GitLab Runner hides most of the details of what it is doing when
processing a job. This behaviour keeps job traces short, and prevents secrets processing a job. This behavior keeps job traces short, and prevents secrets
from being leaked into the trace unless your script writes them to the screen. from being leaked into the trace unless your script writes them to the screen.
If a job isn't working as expected, this can make the problem difficult to If a job isn't working as expected, this can make the problem difficult to
......
...@@ -68,7 +68,7 @@ in the pipelines settings page. ...@@ -68,7 +68,7 @@ in the pipelines settings page.
Access to pipelines and job details (including output of logs and artifacts) Access to pipelines and job details (including output of logs and artifacts)
is checked against your current user access level and the **Public pipelines** is checked against your current user access level and the **Public pipelines**
project setting. project setting under your project's **Settings > CI/CD > General pipelines settings**.
If **Public pipelines** is enabled (default): If **Public pipelines** is enabled (default):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment