Commit 0955f541 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'kenneth-reset-auth-token-2' into 'master'

Use 'has been revoked' instead of 'no longer valid'

See merge request gitlab-org/gitlab!69525
parents 8ddcbf40 c46911e5
......@@ -132,7 +132,7 @@ reset it. An attacker could use the token to [clone a runner](https://docs.gitla
To reset the authentication token, [unregister the runner](https://docs.gitlab.com/runner/commands/#gitlab-runner-unregister)
and then [register](https://docs.gitlab.com/runner/commands/#gitlab-runner-register) it again.
To verify that the previous authentication token is no longer valid, use the [Runners API](../../api/runners.md#verify-authentication-for-a-registered-runner).
To verify that the previous authentication token has been revoked, use the [Runners API](../../api/runners.md#verify-authentication-for-a-registered-runner).
## Determine the IP address of a runner
......
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