

Find the runner you want to protect or unprotect.Go to the project’s Settings > CI/CD and expand the Runners section.Protected branches or protected tags only, When a runner is protected, the runner picks jobs created on You can protect runners so they don’t reveal sensitive information. Prevent runners from revealing sensitive information On large public GitLab instances, controlling access to your GitLab instance,Īnd using more secure runner executors. The above is easily avoided by restricting the usage of shared runners To create a clone of a runner and submit false jobs, for example. In addition, because you can get access to the runner token, it is possible
GIT SUBMODULE RESET CODE
That runs jobs on the runner, can access another user’s code that runs on the With shared runners, this means that anyone
GIT SUBMODULE RESET FULL
If you can run a job on the runner, you can get full access to the file system,Īnd thus any code it runs as well as the token of the runner.

Select your project runner to edit the settings.In a project, go to Settings > CI/CD > Runners.On, you cannot override the job timeout for shared runners and must use the project defined timeout. This feature can be used to prevent your shared runner from being overwhelmedīy a project that has jobs with a long timeout (for example, one week). If smaller than the project defined timeout, takes precedence. Set maximum job timeout for a runnerįor each runner, you can specify a maximum job timeout. If you need to configure runners on the machine where you installed GitLab Runner, see If you have installed your own runners, you can configure and secure them in GitLab. Automatically rotate authentication tokens Configuring runners.View statistics for runner performance.Determine which runners need to be upgraded.Configure fastzip to improve performance.System calls not available on shared runners.Sync or exclude specific submodules from CI jobs.Configure runner behavior with variables.Use tags to run jobs on different platforms.Use tags to control which jobs a runner can run.Determine the IP address of a project runner.Determine the IP address of a shared runner.
GIT SUBMODULE RESET REGISTRATION
