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>2021-03-22 21:09:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-22 21:09:24 +0300
commit9a643ab892cfd7897fb7695bc158ce17ada81b1a (patch)
treefdd8b1bba4046b8829f97eecc56079b742fcb441 /doc/integration/vault.md
parent06d4ce7ee0c0f9cf84a6799d97f64dd710d6e9f6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/vault.md')
-rw-r--r--doc/integration/vault.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/vault.md b/doc/integration/vault.md
index 06f8a452427..c98990bcb0e 100644
--- a/doc/integration/vault.md
+++ b/doc/integration/vault.md
@@ -77,7 +77,7 @@ The following assumes you already have Vault installed and running.
This configuration is saved under the name of the role you are creating. In this case, we are creating a `demo` role. Later, we show how you can access this role through the Vault CLI.
WARNING:
- If you're using a public GitLab instance (GitLab.com or any other instance publicly
+ If you're using a public GitLab instance (GitLab.com or any other instance publicly
accessible), it's paramount to specify the `bound_claims` to allow access only to
members of your group/project. Otherwise, anyone with a public account can access
your Vault instance.