diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-24 00:09:43 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-24 00:09:43 +0000 |
commit | 28b18e348cae42472a31e94217706795a4821762 (patch) | |
tree | 5a2f67353783da2d1b3a029d5c14ba5f46a23355 /doc/ci/secrets | |
parent | 1949d08c1a3089e2189fe7ab610467f369793bf1 (diff) | |
download | gitlab-ce-28b18e348cae42472a31e94217706795a4821762.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/secrets')
-rw-r--r-- | doc/ci/secrets/index.md | 2 |
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) |