9692 Commits

Author SHA1 Message Date
Jeff Mitchell
e1706fdfec Redirect rekey operation from standby to master (#1868) 2016-09-13 11:59:12 -04:00
Jeff Mitchell
40d03866de changelog++ 2016-09-13 11:52:58 -04:00
Jeff Mitchell
52c7272aee Deter leakage from Shamir. (#1877) 2016-09-13 11:52:04 -04:00
Jeff Mitchell
ce10ab4634 Remove old text from upgrade notes, as changes were made 2016-09-13 11:51:46 -04:00
Jeff Mitchell
c380254333 changelog++ 2016-09-13 11:51:15 -04:00
Jeff Mitchell
44f8cd1d03 Rejig locks during unmount/remount. (#1855) 2016-09-13 11:50:14 -04:00
Jeff Mitchell
47aafa6ee1 Reinstate the token parameter to api.RevokeSelf to avoid breaking compatibility 2016-09-13 11:03:05 -04:00
sashman
d37d187a68 Update libraries.html.md (#1879) 2016-09-13 09:23:46 -04:00
Jeff Mitchell
53a38cf964 Merge pull request #1876 from icebourg/master
Small change: Fix permission vault requires.
2016-09-12 17:09:14 -04:00
AJ Bourg
c3bc1f0689 Small change: Fix permission vault requires.
Vault requires ec2:DescribeInstances, not ec2:DescribeInstance. (the
non-plural form doesn't exist)
2016-09-12 14:38:10 -06:00
Jeff Mitchell
54347da422 Update text of init/rekey around recovery values 2016-09-12 16:20:21 -04:00
Vishal Nayak
ecef6c2fc7 Merge pull request #1875 from mwarkentin/patch-1
Out of date `code`
2016-09-12 13:11:14 -07:00
Michael Warkentin
2a5c883ca4 Out of date code
Looks like the `500` is now a `405`:

```
$ vault read aws/config/root
Error reading aws/config/root: Error making API request.

URL: GET http://127.0.0.1:8200/v1/aws/config/root
Code: 405. Errors:

* 1 error(s) occurred:

* unsupported operation
```
2016-09-12 15:58:25 -04:00
Jeff Mitchell
19a98d4e2d Merge pull request #1872 from hashicorp/transit-uuid-generate
Use uuid.GenerateRandomBytes
2016-09-12 15:45:59 -04:00
Jeff Mitchell
91f4b34d42 Bump to 1.7.1 2016-09-12 15:41:49 -04:00
Jeff Mitchell
abd621a9e4 Update deps 2016-09-12 15:16:55 -04:00
vishalnayak
f563f38748 Use uuid.GenerateRandomBytes 2016-09-09 14:17:09 -04:00
Jeff Mitchell
536a05a116 Merge pull request #1867 from hashicorp/issue-1860
Don't panic on bad auth path
2016-09-08 11:15:44 -04:00
Jeff Mitchell
3fc14e5662 Don't panic on bad auth path
Fixes #1860
2016-09-08 11:14:47 -04:00
Raja Nadar
0087541e6f doc: change invalid otp response code to 400 (#1863)
invalid otp response code is 400 bad request.
2016-09-08 11:13:13 -04:00
Jeff Mitchell
80a242118e Remove too-verbose log 2016-09-04 07:43:54 -04:00
Raja Nadar
f42f765ec4 doc: fixing field name to security_token (#1850)
response field is security_token, not secret_token.
2016-09-03 22:40:57 -04:00
Jeff Mitchell
a26fe991ba Update deps 2016-09-02 18:05:09 -04:00
Jeff Mitchell
a6aec4d7c9 changelog++ 2016-09-02 01:14:16 -04:00
Jeff Mitchell
75f792b27e Add response wrapping to list operations (#1814) 2016-09-02 01:13:14 -04:00
Vishal Nayak
30e199cccf Merge pull request #1836 from hashicorp/truncate-version-string
Remove the string 'Vault' from version information
2016-09-01 20:23:26 -04:00
Seth Vargo
41addfe768 Update audit-enable to show more examples (#1842)
* Update audit-enable to show more examples

* Update audit_enable.go
2016-09-01 20:14:29 -04:00
Seth Vargo
638a8bead9 Add more examples and cleanup docs for auth (#1841) 2016-09-01 19:56:30 -04:00
Jeff Mitchell
7e2af891b4 Apply fix from #1827 to rekey 2016-09-01 17:42:28 -04:00
Jeff Mitchell
9c9a381623 changelog++ 2016-09-01 17:41:09 -04:00
Jeff Mitchell
6ee028e604 Return bad request error on providing same key for root generation (#1833)
Fixes #1827
2016-09-01 17:40:01 -04:00
vishalnayak
618949ae0b Update atlas listener factory to use version with pre-release info. 2016-09-01 17:21:11 -04:00
Vishal Nayak
03eb569007 Merge pull request #1839 from hashicorp/token-auth-policies
Avoid commas while printing policies
2016-09-01 16:34:03 -04:00
vishalnayak
111a945fb3 Avoid commas while printing policies 2016-09-01 16:32:27 -04:00
Jeff Mitchell
5c27f11c05 Update logging formatting 2016-09-01 16:14:21 -04:00
Jeff Mitchell
7f0b68862e Don't output key/value header if there are no values to display. (#1838)
Fixes #1835
2016-09-01 15:58:16 -04:00
Jeff Mitchell
757dcb71f8 changelog++ 2016-09-01 15:40:18 -04:00
Evan Gilman
d7a139ce4f Add golang api method for creating orphan tokens (#1834) 2016-09-01 15:39:44 -04:00
vishalnayak
3066ed3fed Remove 'v' 2016-09-01 15:23:23 -04:00
vishalnayak
ee26c7e7b6 Remove the string 'Vault' from version information 2016-09-01 14:54:04 -04:00
Jeff Mitchell
392565fe01 Remove hex output from keys; standardize on B64 for CLI output. This (#1831)
aligns with all other interactions which use B64 encoding for bytes.
2016-09-01 12:59:15 -04:00
Vishal Nayak
ffb5fd1858 Merge pull request #1832 from hashicorp/unexpose-transit-structs
Not exposing structs from transit's package
2016-09-01 12:14:55 -04:00
vishalnayak
70246395d6 Not exposing structs from the backend's package 2016-09-01 11:57:28 -04:00
khanklatt
1b9ee9fed4 Correcting typo on "mechanisms" (#1822) 2016-09-01 09:53:20 -04:00
Raja Nadar
4ec81141e8 doc: add keys_base64 to response json (#1824)
add the missing fields in json response for initializing vault.
keys_base64
2016-09-01 09:40:40 -04:00
Raja Nadar
f66e1920e2 doc: add missing version and cluster fields (#1826)
adding the missing "version" field in json response.
also adding a new response when the unseal completes, and 2 more fields are returned. (cluster..)
2016-09-01 09:39:26 -04:00
Raja Nadar
0e54f3ed93 doc: add missing token field to generate-root apis (#1828)
the response is missing the encoded token field for a couple of apis.
2016-09-01 09:39:00 -04:00
Jeff Mitchell
e8cf40cacb changelog++ 2016-08-31 14:28:35 -04:00
Jeff Mitchell
5539632dd2 Have file backend remove empty dirs. (#1821)
Add tests to check that prefixes are being properly removed (or at
least, not listed) from backends.
2016-08-31 14:12:28 -04:00
Andrew Backhouse
f8c49840fa Update index.html.md (#1819)
Corrected a minor spelling error.
2016-08-31 10:02:43 -04:00