Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
ee49d7aa
Commit
ee49d7aa
authored
6 years ago
by
Jeff Mitchell
Browse files
Options
Download
Plain Diff
Merge branch 'master-oss' into 1.0-beta-oss
parents
05f92994
612120e7
Branches unavailable
v1.10.2
v1.10.1
v1.10.0
v1.10.0-rc1
v1.9.6
v1.9.5
v1.9.4
v1.9.3
v1.9.2
v1.9.1
v1.9.0
v1.9.0-rc1
v1.8.11
v1.8.10
v1.8.9
v1.8.8
v1.8.7
v1.8.6
v1.8.5
v1.8.4
v1.8.3
v1.8.2
v1.8.1
v1.8.0
v1.8.0-rc2
v1.8.0-rc1
v1.7.10
v1.7.9
v1.7.8
v1.7.7
v1.7.6
v1.7.5
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
v1.7.0-rc2
v1.7.0-rc1
v1.6.7
v1.6.6
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.6.0-rc
v1.5.9
v1.5.8
v1.5.7
v1.5.6
v1.5.5
v1.5.4
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.5.0-rc
v1.4.7
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.4.0-rc1
v1.4.0-beta1
v1.3.10
v1.3.9
v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.3.0-beta1
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.2.0-rc1
v1.2.0-beta2
v1.2.0-beta1
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.1.0-beta2
v1.1.0-beta1
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0-rc1
v1.0.0-beta2
v1.0.0-beta1
sdk/v0.4.1
sdk/v0.4.0
sdk/v0.3.0
sdk/v0.2.1
sdk/v0.2.0
sdk/v0.1.13
sdk/v0.1.12
sdk/v0.1.11
sdk/v0.1.10
sdk/v0.1.9
sdk/v0.1.8
old-stable-website
old-stable-website-20210728
main-creation
last-go-modable
api/v1.5.0
api/v1.4.1
api/v1.4.0
api/v1.3.1
api/v1.3.0
api/v1.2.0
api/v1.1.1
api/v1.1.0
api/v1.0.4
api/v1.0.3
api/v1.0.2
api/v1.0.1
api/auth/userpass/v0.1.0
api/auth/ldap/v0.1.0
api/auth/kubernetes/v0.1.0
api/auth/gcp/v0.1.0
api/auth/azure/v0.1.0
api/auth/aws/v0.1.0
api/auth/approle/v0.1.1
api/auth/approle/v0.1.0
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
CHANGELOG.md
+2
-2
CHANGELOG.md
command/kv_metadata_put.go
+1
-1
command/kv_metadata_put.go
terraform/aws/variables.tf
+1
-1
terraform/aws/variables.tf
version/version_base.go
+1
-1
version/version_base.go
website/config.rb
+1
-1
website/config.rb
website/source/docs/commands/token/create.html.md
+4
-3
website/source/docs/commands/token/create.html.md
with
10 additions
and
9 deletions
+10
-9
CHANGELOG.md
+
2
-
2
View file @
ee49d7aa
...
...
@@ -10,9 +10,9 @@ CHANGES:
IMPROVEMENTS:
*
auth/token: New tokens are
salted using
SHA2
-2
56
HMAC
instead of SHA1
hash
*
auth/token: New tokens are
indexed in storage HMAC-
SHA256 instead of SHA1
## 0.11.4 (
Unreleased
)
## 0.11.4 (
October 23rd, 2018
)
CHANGES:
...
...
This diff is collapsed.
Click to expand it.
command/kv_metadata_put.go
+
1
-
1
View file @
ee49d7aa
...
...
@@ -41,7 +41,7 @@ Usage: vault metadata kv put [options] KEY
Require Check-and-Set for this key:
$ vault kv metadata put -require
-cas
secret/foo
$ vault kv metadata put
-cas
-require
d
secret/foo
Additional flags and more advanced use cases are detailed below.
...
...
This diff is collapsed.
Click to expand it.
terraform/aws/variables.tf
+
1
-
1
View file @
ee49d7aa
...
...
@@ -3,7 +3,7 @@
//-------------------------------------------------------------------
variable
"download-url"
{
default
=
"https://releases.hashicorp.com/vault/0.11.
3
/vault_0.11.
3
_linux_amd64.zip"
default
=
"https://releases.hashicorp.com/vault/0.11.
4
/vault_0.11.
4
_linux_amd64.zip"
description
=
"URL to download Vault"
}
...
...
This diff is collapsed.
Click to expand it.
version/version_base.go
+
1
-
1
View file @
ee49d7aa
...
...
@@ -2,7 +2,7 @@ package version
func
init
()
{
// The main version number that is being run at the moment.
Version
=
"0.11.
3
"
Version
=
"0.11.
4
"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
...
...
This diff is collapsed.
Click to expand it.
website/config.rb
+
1
-
1
View file @
ee49d7aa
...
...
@@ -6,7 +6,7 @@ use ReshapeMiddleware, component_file: "assets/reshape.js"
activate
:hashicorp
do
|
h
|
h
.
name
=
"vault"
h
.
version
=
"0.11.
3
"
h
.
version
=
"0.11.
4
"
h
.
github_slug
=
"hashicorp/vault"
h
.
website_root
=
"website"
h
.
releases_enabled
=
true
...
...
This diff is collapsed.
Click to expand it.
website/source/docs/commands/token/create.html.md
+
4
-
3
View file @
ee49d7aa
...
...
@@ -97,9 +97,10 @@ flags](/docs/commands/index.html) included on all commands.
value requires sudo permissions.
-
`-period`
`(duration: "")`
- If specified, every renewal will use the given
period. Periodic tokens do not expire (unless
`-explicit-max-ttl`
is also
provided). Setting this value requires sudo permissions. This is specified as
a numeric string with suffix like "30s" or "5m".
period. Periodic tokens do not expire as long as they are actively being
renewed (unless
`-explicit-max-ttl`
is also provided). Setting this value
requires sudo permissions. This is specified as a numeric string with suffix
like "30s" or "5m".
-
`-policy`
`(string: "")`
- Name of a policy to associate with this token. This
can be specified multiple times to attach multiple policies.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help