Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
38973e15
Commit
38973e15
authored
Feb 18, 2021
by
Tiger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make milestone in Vault JWT docs specific to the fields that were added
parent
d4036b14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
doc/ci/examples/authenticating-with-hashicorp-vault/index.md
doc/ci/examples/authenticating-with-hashicorp-vault/index.md
+2
-4
No files found.
doc/ci/examples/authenticating-with-hashicorp-vault/index.md
View file @
38973e15
...
@@ -7,8 +7,6 @@ type: tutorial
...
@@ -7,8 +7,6 @@ type: tutorial
# Authenticating and Reading Secrets With HashiCorp Vault
# Authenticating and Reading Secrets With HashiCorp Vault
> HashiCorp Vault JWT token support [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/294440) in GitLab 13.9.
This tutorial demonstrates how to authenticate, configure, and read secrets with HashiCorp's Vault from GitLab CI/CD.
This tutorial demonstrates how to authenticate, configure, and read secrets with HashiCorp's Vault from GitLab CI/CD.
NOTE:
NOTE:
...
@@ -56,8 +54,8 @@ The JWT's payload looks like this:
...
@@ -56,8 +54,8 @@ The JWT's payload looks like this:
"ref"
:
"auto-deploy-2020-04-01"
,
#
Git
ref
for
this
job
"ref"
:
"auto-deploy-2020-04-01"
,
#
Git
ref
for
this
job
"ref_type"
:
"branch"
,
#
Git
ref
type
,
branch
or
tag
"ref_type"
:
"branch"
,
#
Git
ref
type
,
branch
or
tag
"ref_protected"
:
"true"
,
#
true
if
this
git
ref
is
protected
,
false
otherwise
"ref_protected"
:
"true"
,
#
true
if
this
git
ref
is
protected
,
false
otherwise
"environment"
:
"production"
,
#
Environment
this
job
deploys
to
,
if
present
"environment"
:
"production"
,
#
Environment
this
job
deploys
to
,
if
present
(GitLab
13.9
and
later)
"environment_protected"
:
"true"
#
true
if
deployed
environment
is
protected
,
false
otherwise
"environment_protected"
:
"true"
#
true
if
deployed
environment
is
protected
,
false
otherwise
(GitLab
13.9
and
later)
}
}
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment