From b0c167a16b77271e4fc57c9ce978afebc9f45658 Mon Sep 17 00:00:00 2001 From: Darren Eastman <deastman@gitlab.com> Date: Tue, 1 Oct 2024 15:46:10 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Roshni Sarangadharan <rsarangadharan@gitlab.com> --- doc/ci/runners/configure_runners.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ci/runners/configure_runners.md b/doc/ci/runners/configure_runners.md index bdcc18fdf461..73458ade94df 100644 --- a/doc/ci/runners/configure_runners.md +++ b/doc/ci/runners/configure_runners.md @@ -203,11 +203,11 @@ For more information about token rotation, see If you need to manually update the runner authentication token, you can run a command to [reset the token](https://docs.gitlab.com/runner/commands/#gitlab-runner-reset-token). -### Reset the runner authentication token +### Reset the runner configuration authentication token -If a runner authentication token is revealed, an attacker could use the token to [clone a runner](https://docs.gitlab.com/runner/security/#cloning-a-runner). +If a runner's authentication token is exposed, an attacker could use it to [clone the runner](https://docs.gitlab.com/runner/security/#cloning-a-runner). -To reset the runner authentication token: +To reset the runner configuration authentication token: 1. Delete the runner: - [Delete an instance runner](runners_scope.md#delete-instance-runners). -- GitLab