Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-29 21:08:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-29 21:08:16 +0300
commit488e1b59feb4314b034636990bcc4e220e61f0ce (patch)
tree688df0d594f8a9c04bc32e8be43404260463a80f /doc/ci/secrets/index.md
parent11f742d4e72a0b436d65161c5ef08ce9e19b8ebf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/secrets/index.md')
-rw-r--r--doc/ci/secrets/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/secrets/index.md b/doc/ci/secrets/index.md
index f95d727b867..62350905bd4 100644
--- a/doc/ci/secrets/index.md
+++ b/doc/ci/secrets/index.md
@@ -56,7 +56,7 @@ To configure your Vault server:
1. Ensure your Vault server is running on version 1.2.0 or higher.
1. Enable the authentication method by running these commands. They provide your Vault
- server the [JSON Web Key Set](https://tools.ietf.org/html/rfc7517) (JWKS) endpoint for your GitLab instance, so Vault
+ server the [JSON Web Key Set](https://www.rfc-editor.org/rfc/rfc7517) (JWKS) endpoint for your GitLab instance, so Vault
can fetch the public signing key and verify the JSON Web Token (JWT) when authenticating:
```shell