9692 Commits

Author SHA1 Message Date
Jeff Mitchell
d0ec85f4ba Update doc, it's now 10 seconds 2016-02-29 10:09:11 -05:00
vishalnayak
61718f0b58 delete old certs 2016-02-28 22:21:45 -05:00
vishalnayak
48f3f4b5d0 replaced old certs, with new certs generated from PKI backend, containing IP SANs 2016-02-28 22:15:54 -05:00
Jeff Mitchell
ef4466d6d3 Address review feedback 2016-02-28 21:51:50 -05:00
Jeff Mitchell
6b0c692385 Provide 'sys/step-down' and 'vault step-down'
This endpoint causes the node it's hit to step down from active duty.
It's a noop if the node isn't active or not running in HA mode. The node
will wait one second before attempting to reacquire the lock, to give
other nodes a chance to grab it.

Fixes #1093
2016-02-26 19:43:55 -05:00
vishalnayak
9394e5f212 fix api tests 2016-02-26 17:01:40 -05:00
Jeff Mitchell
30be5da0bb Fix tests 2016-02-26 16:44:35 -05:00
Jeff Mitchell
80df3c7a37 changelog++ 2016-02-26 15:28:12 -05:00
Jeff Mitchell
d4cd60a4f6 Merge pull request #1144 from hashicorp/fix-cassandra-displayName-hyphens
Apply hyphen/underscore replacement across the entire username.
2016-02-26 15:27:20 -05:00
Jeff Mitchell
1f3b089a49 Apply hyphen/underscore replacement across the entire username.
Handles app-id generated display names.

Fixes #1140
2016-02-26 15:26:23 -05:00
Jeff Mitchell
257682d6fc changelog++ 2016-02-26 15:16:54 -05:00
Jeff Mitchell
fd9238f04b Merge pull request #1143 from hashicorp/etcd-sync-error
Output original error on etcd sync failure.
2016-02-26 15:16:05 -05:00
Jeff Mitchell
3444c16741 Output original error on etcd sync failure.
Fixes #1141
2016-02-26 15:15:23 -05:00
Jeff Mitchell
a09f897334 Bump version to dev 2016-02-26 15:14:12 -05:00
Vishal Nayak
c5b3ea719a Merge pull request #1139 from greg0ire/add_missing_verb
add missing verb
2016-02-26 11:08:24 -05:00
Grégoire Paris
b42567acfc add missing verb 2016-02-26 14:43:56 +01:00
Jeff Mitchell
a2359d054c Increase platforms for next build 2016-02-25 15:49:12 -05:00
Jeff Mitchell
9803a0e035 improve purging behavior 2016-02-25 15:48:25 -05:00
Jeff Mitchell
3cc021a1cb Update Vishal's info on the community page 2016-02-25 15:17:53 -05:00
Jeff Mitchell
0ce2ba38b7
Cut version 0.5.1 v0.5.1 2016-02-25 15:02:49 -05:00
Jeff Mitchell
0a4bcf83d8 changelog++ 2016-02-25 14:48:43 -05:00
Jeff Mitchell
b280daa107 changelog++ 2016-02-25 12:29:50 -05:00
Jeff Mitchell
adb98d757a Update documentation around VAULT_TLS_SERVER_NAME 2016-02-25 12:29:05 -05:00
Jeff Mitchell
8970f3aa68 Merge pull request #1131 from rmt/master
Add VAULT_TLS_SERVER_NAME environment variable
2016-02-25 12:27:14 -05:00
Jeff Mitchell
2f79bb12ee Bump TF variables 2016-02-25 11:29:03 -05:00
Robert M. Thomson
b906f22fe9 Add VAULT_TLS_SERVER_NAME environment variable
If specified, verify a specific server name during TLS negotiation
rather than the server name in the URL.
2016-02-25 17:28:49 +01:00
Jeff Mitchell
c77e00d773 TF_DEV->VAULT_DEV_BUILD 2016-02-25 11:05:51 -05:00
Jeff Mitchell
7a036842ea changelog++ 2016-02-25 10:59:57 -05:00
Jeff Mitchell
cc0f5590db Bump website version number 2016-02-25 10:44:18 -05:00
Jeff Mitchell
a4393a1a78 Bump version numbers 2016-02-25 10:42:13 -05:00
Jeff Mitchell
67dcad50bc changelog++ 2016-02-25 10:41:19 -05:00
Jeff Mitchell
fadb710b05 Merge pull request #1129 from hashicorp/pki-tidy
Add "pki/tidy" which allows removing expired certificates.
2016-02-25 10:39:54 -05:00
Jeff Mitchell
0cadb6cefc changelog++ 2016-02-25 08:55:23 -05:00
Jeff Mitchell
6018c88708 Remove root token requirement from GitHub configuration 2016-02-25 08:51:53 -05:00
Jeff Mitchell
ec75a24647 Be more explicit about buffer type 2016-02-24 22:05:39 -05:00
Jeff Mitchell
949e707006 Fix CLI formatter to show warnings again on CLI list output. 2016-02-24 21:45:58 -05:00
Jeff Mitchell
c24cf2eb50 Merge pull request #1080 from jkanywhere/improve-formatter
Refactor formatting of output
2016-02-24 21:36:57 -05:00
Jeff Mitchell
6dd8822c08 Add documentation for pki/tidy 2016-02-24 21:31:29 -05:00
Jeff Mitchell
7ed0399e1f Add "tidy/" which allows removing expired certificates.
A buffer is used to ensure that we only remove certificates that are
both expired and for which the buffer has past. Options allow removal
from revoked/ and/or certs/.
2016-02-24 21:24:48 -05:00
Jeff Mitchell
0f927ce663 Add information about the cert renewal enhancements to the upgrade guide 2016-02-24 21:24:20 -05:00
Jeff Mitchell
25547d400b Add upgrade information 2016-02-24 21:13:44 -05:00
vishalnayak
ff9eb2ad9c changelog++ 2016-02-24 21:11:21 -05:00
Vishal Nayak
f40cfbeabd Merge pull request #1127 from hashicorp/iss1000-cert-renewal
Cert: renewal enhancements
2016-02-24 21:05:12 -05:00
vishalnayak
9280dda5f4 rename verify_cert as disable_binding and invert the logic 2016-02-24 21:01:21 -05:00
vishalnayak
b8e79cd615 documentation for the config endpoint 2016-02-24 17:13:24 -05:00
vishalnayak
18a7464e76 make the verification of certs in renewal configurable 2016-02-24 16:42:20 -05:00
vishalnayak
5deaf9121a Cert: renewal enhancements 2016-02-24 14:31:38 -05:00
Jack Pearkes
e30a0e8fbd website: fix hover state for annc banner 2016-02-24 11:18:10 -08:00
Jack Pearkes
abbfc6fd49 Merge pull request #1119 from hashicorp/jt-enterprise-bnr
Vault Enterprise Banner and Nav
2016-02-24 11:03:09 -08:00
captainill
c624c1c9e7 website: announcement banner for vault enterprise 2016-02-24 10:59:31 -08:00