4881 Commits

Author SHA1 Message Date
Jeff Mitchell
cbc3d0ed5b changelog++ 2016-12-02 11:23:42 -05:00
Jeff Mitchell
184ac30e5a Don't unilaterally fail with internal status error when help fails, use the given response. Fixes #2153. 2016-12-02 11:22:13 -05:00
Thomas Soëte
422ef62bcf Fix panic() in test suite (#2149)
As `base` could be nil, move check in `if base != nil`
2016-12-02 06:31:06 -05:00
Jeff Mitchell
77d804e483 Better handle nil responses in logical unwrap 2016-12-01 16:38:08 -05:00
Jeff Mitchell
1d1af35c8c Respect logger in TestCluster 2016-12-01 15:25:10 -05:00
Jeff Mitchell
d79afd9e24 Update deps 2016-12-01 14:46:57 -05:00
Jeff Mitchell
361540ae62 changelog++ 2016-12-01 14:43:19 -05:00
Christopher Pauley
973e3c2b1e gcs physical backend (#2099) 2016-12-01 11:42:31 -08:00
Thomas Soëte
ebe1cf8081 Use 'http.MaxBytesReader' to limit request size (#2131)
Fix 'connection reset by peer' error introduced by 300b72e
2016-12-01 10:59:00 -08:00
Chris MacNaughton
93103f186c Add Rust (#2136)
Add the Rust crate to the list
2016-12-01 10:54:41 -08:00
Jeff Mitchell
207140fe78 changelog++ 2016-12-01 13:23:07 -05:00
Jeff Mitchell
b9be3da2bc Fix nil value panic when Consul returns a user error (#2145) 2016-12-01 10:22:32 -08:00
vishesh92
577366ad9a Fix aws auth login example (#2122) 2016-12-01 10:17:08 -08:00
Jeff Mitchell
7782330fbd changelog++ 2016-12-01 13:14:48 -05:00
Brian Nuszkowski
4a5ecd5d6c Disallow passwords LDAP binds by default (#2103) 2016-12-01 10:11:40 -08:00
Jeff Mitchell
b7c655f45c Fix panic when unwrapping if the server EOFs 2016-11-29 16:50:07 -05:00
Jeff Mitchell
4e4693e5de Add some commenting to PermitPool 2016-11-28 18:34:58 -05:00
Talal Obeid
1fa62b3fb3 Improve link to intro and getting started (#2049) 2016-11-28 09:41:08 -08:00
Jeff Mitchell
bff8ce57ed changelog++ 2016-11-28 12:32:14 -05:00
Thomas Soëte
a5bc54cbbf Close ldap connection to avoid leak (#2130) 2016-11-28 09:31:36 -08:00
Jeff Mitchell
c88c8c27a1 Add cgo info to vault version output 2016-11-27 19:32:57 -05:00
Jeff Mitchell
c91a7c51a2 Print the revision, if known, separately from the version.
Also, indicate whether the build is dynamic or not.
2016-11-27 19:28:35 -05:00
Jeff Mitchell
2b5fb353f3 Only add version sha if known 2016-11-27 19:16:44 -05:00
Andrea Crotti
5b9c125954 return code is 403 not 400 (#2128) 2016-11-25 06:47:27 -08:00
Dan Gorst
4835df609d Minor documentation tweak (#2127)
Should be arn, not policy - latter will error as that assume an inline policy json document
2016-11-24 07:36:46 -08:00
Jeff Mitchell
2a84f795f7 Add version sha to server startup output 2016-11-22 16:43:05 -05:00
Jeff Mitchell
9d2f60a083 Change current version number 2016-11-22 16:04:50 -05:00
Jeff Mitchell
5056fb9cd8 changelog++ 2016-11-22 12:57:11 -05:00
Jeff Mitchell
24d2f39a7f Don't say mlock is supported on OSX when it isn't. (#2120)
Fixes #2119
2016-11-22 12:56:36 -05:00
Em Smith
fba6068e97 Change command examples for First Secrets #2116 (#2117)
These were discovered to be out of date as per https://github.com/hashicorp/vault/issues/2116
2016-11-22 12:44:17 -05:00
Jeff Mitchell
7c3ef33a94 changelog++ 2016-11-22 12:31:19 -05:00
Kyle McCullough
9571df6bc6 cli: fix bug with 'vault read -field=...' when the field value contains a printf formatting verb (#2109) 2016-11-22 12:30:23 -05:00
Jeff Mitchell
6165c3e20f Update docs to fix #2102 2016-11-22 12:19:22 -05:00
Armon Dadgar
5a467432bf Updating changelog 2016-11-17 12:17:31 -08:00
Armon Dadgar
300b72e75c Merge pull request #2108 from hashicorp/f-req-size-limit
http: limit maximum request size
2016-11-17 12:16:01 -08:00
Armon Dadgar
a786ac4120 http: increase request limit from 8MB to 32MB 2016-11-17 12:15:37 -08:00
Armon Dadgar
f0c59deeb7 http: limit maximum request size 2016-11-17 12:06:43 -08:00
Benjamin Farley
8a14a12efd Update libraries doc for Haskell community library (#2101) 2016-11-17 13:36:00 -05:00
Jeff Mitchell
d5c05842d6 Don't exclude 0 from the set of valid polynomials in Shamir. This leads to a potential (although extremely trivial) amount of information leakage. 2016-11-17 12:57:36 -05:00
Jeff Mitchell
7579c50ac9 Bump proto files after update 2016-11-17 10:06:26 -05:00
Jeff Mitchell
81661199b9 changelog++ 2016-11-17 10:00:33 -05:00
Kevin Goess
2b374afbf2 check for failure on that mysql query (#2105) 2016-11-17 09:59:27 -05:00
Jeff Mitchell
7c21a9a3e7 Bump deps 2016-11-16 18:22:54 -05:00
Jeff Mitchell
0f53aa8fc7 Document bug causing certain LDAP settings to be forgotten on upgrade to
0.6.1+.

Fixes #2104
2016-11-16 17:08:16 -05:00
Jeff Mitchell
d9f97198bd Set number of pester retries to zero by default and make seal command… (#2093)
* Set number of pester retries to zero by default and make seal command return 403 if unauthorized instead of 500

* Fix build

* Use 403 instead and update test

* Change another 500 to 403
2016-11-16 14:08:09 -05:00
Chris Lundquist
61411f2f4f prevent binding 0.0.0.0 -> ::0 (#2094) 2016-11-15 12:00:57 -05:00
Jeff Mitchell
be2d33e4b6 Update path help for approle secret id TTL 2016-11-15 11:50:51 -05:00
Jeff Mitchell
46888828cc changelog++ 2016-11-14 12:46:47 -05:00
Jeff Mitchell
d78a756ad0 changelog++ 2016-11-11 16:44:37 -05:00
Jeff Mitchell
7aed117565 Add extra logic around listener handling. (#2089) 2016-11-11 16:43:33 -05:00