Jeff Mitchell
e2bb955673
Revert "Close the doneCh in the renewer when we return from Renew. ( #4513 )"
...
This reverts commit 79c708f8b6df13766830d4690e3688ccb49dc335.
2018-05-07 16:11:39 -04:00
Jeff Mitchell
2cc4f20f18
Revert "changelog++"
...
This reverts commit cd603e299cbe7377ed27cf702ba23dc8cdcc4a33.
2018-05-07 16:11:18 -04:00
Jeff Mitchell
767d241fda
changelog++
2018-05-07 14:02:47 -04:00
Chris Hoffman
d4265b59ab
changelog++
2018-05-07 13:54:29 -04:00
Chris Hoffman
049df3da3e
updating pkcs11 docs ( #4520 )
2018-05-07 13:50:45 -04:00
Chris Hoffman
caa48d3e60
changelog++
2018-05-07 13:27:54 -04:00
Jim Kalafut
103de6b5e1
Simplify password generator using base62 encoder ( #4514 )
2018-05-04 14:22:53 -07:00
Jeff Mitchell
b894050c21
changelog++
2018-05-04 13:26:39 -04:00
Jeff Mitchell
714ecf86fc
Close the doneCh in the renewer when we return from Renew. ( #4513 )
...
Closes #4472
2018-05-04 13:25:08 -04:00
vishalnayak
9fcda0c1f0
changelog++
2018-05-04 10:17:18 -04:00
Vishal Nayak
df8484f7af
approle: Make invalid role_id a 400 error instead of 500 ( #4470 )
...
* make invalid role_id a 400 error
* remove single-use validateCredentials function
* remove single-use validateBindSecretID function
* adjust the error message for CIDR check failure
* locking updates as review feedback
2018-05-04 10:15:16 -04:00
Anthony Dong
9b06c0fb56
Fix typo in AppRole guide ( #4509 )
2018-05-04 10:10:21 -04:00
Jeff Mitchell
ef8f23a0b2
changelog++
2018-05-04 10:09:43 -04:00
Jeff Mitchell
b1d44a7dee
Fix alias data being used for cert auth (serial number -> common name) ( #4495 )
...
Fixes #4475
2018-05-04 10:08:23 -04:00
Jeff
9b9be9622a
Typo ( #4505 )
2018-05-03 13:37:44 -07:00
Jeff Mitchell
c0ed57feae
Revert "proto changes ( #4503 )" ( #4504 )
...
This reverts commit 14594bd76e04ff09c442738800be5fdebc45512f.
2018-05-03 15:38:53 -04:00
Vishal Nayak
7549ea0d12
proto changes ( #4503 )
2018-05-03 15:23:14 -04:00
Becca Petrin
d51acbde68
New proto version ( #4501 )
2018-05-03 10:19:39 -07:00
Jerome Cheng
d180e45cf5
Fix incorrect file path in Token Helper doc ( #4499 )
...
Vault stores the token in `~/.vault-token` and not `~/.vault_token`.
2018-05-02 21:56:38 -07:00
Laura Uva
cef1b3b75c
Payload key should be dr_operation_token ( #4498 )
2018-05-02 18:35:51 -07:00
Nathan Valentine
608f013bf2
s/aws_region/region/ ( #4497 )
...
The correct key name is 'region' as opposed to 'aws_region'.
2018-05-02 14:25:03 -07:00
Matthew Irish
4c21392884
Ember cli sass update ( #4496 )
...
* update ember-cli-sass
* update :not syntax to not use strings
2018-05-02 09:09:41 -05:00
Fabrizio Cucci
cef52dae90
Fix role of example in Kubernetes Auth Method ( #4483 )
...
It was `test` but it should be `demo` to be aligned with the example.
2018-05-01 15:04:53 -07:00
Jeff Mitchell
3d56e0eb5f
changelog++
2018-05-01 11:24:02 -04:00
Robison Jacka
b78b9c7ebf
Iterating over CSR extensions, and skipping BasicConstraints, since those should be defined by the endpoint that's performing the signing. ( #4469 )
2018-05-01 11:22:49 -04:00
Matthew Irish
6bd95c596c
add script defer to the demo app tag as well ( #4489 )
2018-04-29 22:14:54 -05:00
Vishal Nayak
7b93377d00
update token store error assertions ( #4485 )
2018-04-29 07:47:42 -04:00
Jeff Escalante
f8c18b11d8
fix fout issue ( #4477 )
2018-04-27 14:34:20 -07:00
Tobias Bieniek
daacfd58f5
ui: Use `qunit-dom` for DOM assertions ( #4455 )
2018-04-27 11:33:19 -05:00
Yoko
5bcb5992c9
Spring Cloud Vault Java demo ( #4397 )
...
* WIP - Spring Cloud Vault Java demo
* Added 'Reloading the Static Secrets' step
* Fixed a typo
* Minor wording change
Remove redundant "a".
* Typos and grammar
Fixed a few misspellings ("spring") and the odd "a", "the", or "an".
2018-04-27 09:18:50 -07:00
Pavlos Ratis
cd344bdbb8
[website] fix Markdown formatting on GCP page ( #4471 )
2018-04-27 09:13:07 -07:00
Jim Kalafut
7f69ff0546
Minor updates to Azure auth docs
2018-04-27 08:47:06 -07:00
Jeff Escalante
8deb32fc80
adjust analytics and other js for turbolinks ( #4400 )
2018-04-26 16:02:25 -05:00
emily
8a309e6406
fix docs ( #4466 )
2018-04-26 16:54:19 -04:00
Nathan Dataguake Basanese
1b4406fef5
Make a minor grammar edit for docs ( #4467 )
...
Previous version used `read` in stead of `get` for everything but the code block examples.
It's a minor oversight, and most of us are going to skim to the code blocks anyway. But maybe it'll help.
2018-04-26 16:41:23 -04:00
Jeff Mitchell
cdece25b98
changelog++
2018-04-26 16:26:44 -04:00
Jeff Mitchell
deafefc1c7
Add ability for revoke-prefix and revoke-force to work on single leases ( #4450 )
...
Ping #4143
2018-04-26 16:26:07 -04:00
Calvin Leung Huang
44b44f7f54
Early skip mssql test if not on acceptance, defer Teardown() early in testing.Test ( #4457 )
2018-04-26 12:17:44 -04:00
Calvin Leung Huang
7d214d2a3a
Purge opened connections on retries during tests ( #4452 )
2018-04-26 11:28:58 -04:00
Jeff Mitchell
0f806d0950
Remove out of date text on HSM rekeying
2018-04-26 10:10:30 -04:00
Prem Sichanugrist
0057bdbee6
Fix misspelling in vault auth deprecation message ( #4460 )
2018-04-26 06:55:36 -04:00
Jim Kalafut
063c225f97
Fix typo in aws auth docs
2018-04-25 22:57:39 -07:00
Andrew Speed
418be4cb54
Fix authentication example mentioning vault auth but using vault login ( #4458 )
2018-04-25 14:59:38 -07:00
Krish
f8156a4e68
Update authentication.html.md
...
Thanks!
2018-04-25 14:37:59 -07:00
Jeff Mitchell
b20a5d05bd
changelog++
2018-04-25 15:49:02 -04:00
Jeff Mitchell
26e83442fa
Add -no-print to 'vault login' ( #4454 )
...
Trivially manually tested
Closes #2758
2018-04-25 15:47:49 -04:00
Jeff Mitchell
8d90f441ba
changelog++
2018-04-25 12:09:49 -04:00
Jeff Mitchell
a6644bff6f
Merge branch 'master' of https://github.com/hashicorp/vault into master-oss
2018-04-25 10:43:10 -04:00
Chris Hoffman
fba759ab97
fix document formatting
2018-04-25 10:16:41 -04:00
Jeff Mitchell
00a577620f
Merge branch 'master' of https://github.com/hashicorp/vault into master-oss
2018-04-25 10:08:41 -04:00