9692 Commits

Author SHA1 Message Date
vishalnayak
c9b80ae853 Fixed the test after removing shutdown bool 2016-08-01 12:20:38 -04:00
Jeff Mitchell
32b39e808b Close the shutdown channel instead of sending a value down 2016-08-01 11:58:45 -04:00
vishalnayak
577cd9de35 Address review feedback 2016-08-01 11:15:25 -04:00
vishalnayak
b0ee8869fc Fix physical/consul test case 2016-08-01 10:55:47 -04:00
vishalnayak
5318130ba2 Make the defer statement of waitgroup to execute last 2016-08-01 10:24:27 -04:00
vishalnayak
461c30969e Sharing shutdown message with physical consul backend 2016-07-31 10:09:16 -04:00
vishalnayak
13c4bbf9d7 Add waitgroup wait to allow physical consul to deregister checks 2016-07-30 13:17:29 -04:00
Jeff Mitchell
ddfc5a1b6c Fix typo 2016-07-29 23:24:04 -04:00
Jeff Mitchell
1c6e59d9b3 oops, fix createAccessor 2016-07-29 18:23:55 -04:00
Jeff Mitchell
c081f9ed6d Add accessor list function to token store 2016-07-29 18:20:38 -04:00
vishalnayak
ae8df2e1c5 changelog++ 2016-07-29 14:52:12 -04:00
Vishal Nayak
6c0f92c264 Merge pull request #1671 from hashicorp/vault-status-version
Added Vault version information to the 'status' command
2016-07-29 14:48:33 -04:00
vishalnayak
e5e02332c5 Removed duplicated check in tests 2016-07-29 14:18:53 -04:00
vishalnayak
8f1ccc6eff Add cluster information to 'vault status' 2016-07-29 14:13:53 -04:00
Vishal Nayak
0158bced85 Merge pull request #1674 from chrishoffman/doc-pki
Small doc fix
2016-07-29 12:06:48 -04:00
Chris Hoffman
87b4514f44 Missing prefix on roles list 2016-07-29 11:31:26 -04:00
Jeff Mitchell
cf0dcb9657 Merge pull request #1673 from jandudulski/patch-1
Update revoke-prefix path in doc
2016-07-29 07:16:02 -04:00
Jan Dudulski
382737af20 Update revoke-prefix path in doc
Minor update to make doc up to date with v0.6
2016-07-29 12:17:24 +02:00
vishalnayak
5c38276598 Added Vault version informationto the 'status' command 2016-07-28 17:37:35 -04:00
Vishal Nayak
2df445f24b Merge pull request #1670 from hashicorp/checktoken-err-type
Fix invalid input getting marked as internal error
2016-07-28 16:38:01 -04:00
vishalnayak
ddb6ae18a0 Fix invalid input getting marked as internal error 2016-07-28 16:23:11 -04:00
Vishal Nayak
9c320b3e82 Merge pull request #1667 from chrishoffman/doc-approle
Small Documentation Change for AppRole replacement of AppId
2016-07-28 14:39:21 -04:00
Chris Hoffman
49aff132ec Preferred method is AppRole since AppId is now deprecated 2016-07-28 14:32:20 -04:00
Jeff Mitchell
4fd83816bf Add convergence tests to transit backend 2016-07-28 11:30:52 -04:00
Alex Dadgar
5fccb9a83e Refactor the TLS configuration between meta.Client and the api.Config 2016-07-27 17:26:26 -07:00
Vishal Nayak
bd682621e0 Merge pull request #1660 from TerryHowe/ansible-module-hashivault
Add note about Ansible module in docs
2016-07-27 13:56:41 -04:00
Vishal Nayak
e06d839e37 Merge pull request #1661 from skippy/appRole-doc-tweaks
AppRole doc tweaks
2016-07-27 13:44:53 -04:00
Adam Greene
0e73baae5d documentation cleanup 2016-07-27 10:43:59 -07:00
Terry Howe
005352c970 Add note about Ansible module in docs 2016-07-27 10:34:13 -06:00
vishalnayak
b251cf7953
Cut version 0.6.1-rc1 v0.6.1-rc1 2016-07-27 11:01:31 -04:00
vishalnayak
e999245769 Revert version in website 2016-07-27 10:56:11 -04:00
vishalnayak
c371dad9e2 Update version in website 2016-07-27 10:54:36 -04:00
Laura Bennett
0b6e98105f changelog++ 2016-07-27 10:01:15 -04:00
Laura Bennett
ce6bc51c23 Merge pull request #1650 from hashicorp/request-uuid
Added unique identifier to each request. Closes hashicorp/vault#1617
2016-07-27 09:40:48 -04:00
Jeff Mitchell
1109936700 Plumb request UUID through the API 2016-07-27 09:25:04 -04:00
vishalnayak
05214fa19c Fix request_id test failures 2016-07-26 18:30:13 -04:00
vishalnayak
a1123558cf Fix broken tests 2016-07-26 16:53:59 -04:00
Laura Bennett
7ae4e1e0da uncomment 2016-07-26 16:44:50 -04:00
Laura Bennett
00c30676c1 fixing id in buildLogicalRequest 2016-07-26 15:50:37 -04:00
vishalnayak
ebbbe8edcb Error out if cluster information is nil when Vault is unsealed 2016-07-26 15:30:38 -04:00
vishalnayak
70f73cf1cc changelog++ 2016-07-26 14:16:54 -04:00
Vishal Nayak
8d0bce03be Merge pull request #1655 from hashicorp/cluster-id
Vault cluster name and ID
2016-07-26 14:12:48 -04:00
vishalnayak
415c463a87 Added omitempty to ClusterName and ClusterID 2016-07-26 14:11:32 -04:00
vishalnayak
a64fa19a0e Address review feedback from @jefferai 2016-07-26 14:05:27 -04:00
Jeff Mitchell
3ff6ad8b87 Merge pull request #1658 from hashicorp/f-scada-fixes
Report the simple version string
2016-07-26 13:44:46 -04:00
Evan Phoenix
6135e246e3 Report the simple version string 2016-07-26 10:21:24 -07:00
Laura Bennett
bcb2f3e962 fixes based proper interpretation of comments 2016-07-26 12:20:27 -04:00
vishalnayak
f76c926b0a Added cluster_name for existing config tests 2016-07-26 11:38:24 -04:00
vishalnayak
46b94d8612 Update cluster name during config merge 2016-07-26 11:11:12 -04:00
Jeff Mitchell
c82deca288 Update to new hc-releases syntax 2016-07-26 10:17:52 -04:00