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>2020-09-24 03:09:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-24 03:09:43 +0300
commit28b18e348cae42472a31e94217706795a4821762 (patch)
tree5a2f67353783da2d1b3a029d5c14ba5f46a23355 /doc/ci/secrets/index.md
parent1949d08c1a3089e2189fe7ab610467f369793bf1 (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 09aeebcc7cc..ca1d1aeaf17 100644
--- a/doc/ci/secrets/index.md
+++ b/doc/ci/secrets/index.md
@@ -40,7 +40,7 @@ is summarized by this diagram:
1. HashiCorp Vault verifies the JWT.
1. HashiCorp Vault checks the bounded claims and attaches policies.
1. HashiCorp Vault returns the token.
-1. Runner reads secrets from the HashiCoupr Vault.
+1. Runner reads secrets from the HashiCorp Vault.
NOTE: **Note:**
Read the [Authenticating and Reading Secrets With HashiCorp Vault](../examples/authenticating-with-hashicorp-vault/index.md)