Commit Graph

4310 Commits

Author SHA1 Message Date
Jeff Mitchell b4386032db Fix up some wording 2016-08-02 16:25:00 -04:00
Alex Dadgar 92ede0db17 Address comments 2016-08-02 13:17:45 -07:00
vishalnayak 75c51378ce Updated token auth docs with disallowed_policies 2016-08-02 15:33:03 -04:00
vishalnayak 9947b33498 Added tests for disallowed_policies 2016-08-02 15:21:15 -04:00
Jeff Mitchell 31b36fe2c2 Use duration helper to allow not specifying duration units 2016-08-02 15:12:45 -04:00
Jeff Mitchell 1fc837c22a Fix nil panic in certain error conditions 2016-08-02 14:57:11 -04:00
Jeff Mitchell 6389a3cc31 Ensure response data not nil in IsError 2016-08-02 14:54:34 -04:00
vishalnayak a936914101 Address review feedback and fix existing tests 2016-08-02 14:10:20 -04:00
vishalnayak a0c711d0cf Added disallowed_policies to token roles 2016-08-02 10:33:50 -04:00
Laura Bennett 289a50b446 updated version to 0.6.1-rc2 2016-08-01 15:45:55 -04:00
Jeff Mitchell 662927646f changelog++ 2016-08-01 15:29:39 -04:00
Vishal Nayak a98e3ac5ec Merge pull request #1680 from hashicorp/remote-cmd-ssh
Support execution of remote commands using 'vault ssh'
2016-08-01 15:25:51 -04:00
vishalnayak e029d3c87a Support execution of remote commands using 'vault ssh' 2016-08-01 14:53:00 -04:00
Jeff Mitchell 9902891c81 Alphabetize token store docs 2016-08-01 13:37:12 -04:00
Jeff Mitchell 45d9d321f8 Merge pull request #1676 from hashicorp/accessor-listing
Add accessor list function to token store
2016-08-01 13:33:39 -04:00
Jeff Mitchell 357f2d972f Add some extra safety checking in accessor listing and update website
docs.
2016-08-01 13:12:06 -04:00
vishalnayak 3c01b9a22c changelog++ 2016-08-01 12:43:59 -04:00
Vishal Nayak 99c5bc4f8a Merge pull request #1678 from hashicorp/waitgroup-shutdown
Add waitgroup wait to allow physical consul to deregister checks
2016-08-01 12:41:05 -04:00
vishalnayak 91e60a5824 Fixed the test after removing shutdown bool 2016-08-01 12:20:38 -04:00
Jeff Mitchell 6ffefb649d Close the shutdown channel instead of sending a value down 2016-08-01 11:58:45 -04:00
vishalnayak 05b8ce8348 Address review feedback 2016-08-01 11:15:25 -04:00
vishalnayak 21d155f4af Fix physical/consul test case 2016-08-01 10:55:47 -04:00
vishalnayak 5ed10f4074 Make the defer statement of waitgroup to execute last 2016-08-01 10:24:27 -04:00
vishalnayak ea2e677f02 Sharing shutdown message with physical consul backend 2016-07-31 10:09:16 -04:00
vishalnayak a8b4fc0d3c Add waitgroup wait to allow physical consul to deregister checks 2016-07-30 13:17:29 -04:00
Jeff Mitchell 6546005487 Fix typo 2016-07-29 23:24:04 -04:00
Jeff Mitchell e606aab6e0 oops, fix createAccessor 2016-07-29 18:23:55 -04:00
Jeff Mitchell 23ab63c78e Add accessor list function to token store 2016-07-29 18:20:38 -04:00
vishalnayak d60c921f29 changelog++ 2016-07-29 14:52:12 -04:00
Vishal Nayak cde9ec962b 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 4e25e729ee Removed duplicated check in tests 2016-07-29 14:18:53 -04:00
vishalnayak 8b0b0d5922 Add cluster information to 'vault status' 2016-07-29 14:13:53 -04:00
Vishal Nayak 965fea0c38 Merge pull request #1674 from chrishoffman/doc-pki
Small doc fix
2016-07-29 12:06:48 -04:00
Chris Hoffman c1c35880da Missing prefix on roles list 2016-07-29 11:31:26 -04:00
Jeff Mitchell 2d7db5c8d6 Merge pull request #1673 from jandudulski/patch-1
Update revoke-prefix path in doc
2016-07-29 07:16:02 -04:00
Jan Dudulski 1e46b1cef0 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 e5e0431393 Added Vault version informationto the 'status' command 2016-07-28 17:37:35 -04:00
Vishal Nayak 3192413db1 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 cff7aada7a Fix invalid input getting marked as internal error 2016-07-28 16:23:11 -04:00
Vishal Nayak b4e2ae9161 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 2930f2ca39 Preferred method is AppRole since AppId is now deprecated 2016-07-28 14:32:20 -04:00
Jeff Mitchell e0c5f5f5fa Add convergence tests to transit backend 2016-07-28 11:30:52 -04:00
Alex Dadgar f5d56ad8f8 Refactor the TLS configuration between meta.Client and the api.Config 2016-07-27 17:26:26 -07:00
Vishal Nayak 358b13d2b4 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 40306c61b2 Merge pull request #1661 from skippy/appRole-doc-tweaks
AppRole doc tweaks
2016-07-27 13:44:53 -04:00
Adam Greene da8ff50143 documentation cleanup 2016-07-27 10:43:59 -07:00
Terry Howe da49a7993e Add note about Ansible module in docs 2016-07-27 10:34:13 -06:00
vishalnayak 68ef58267a
Cut version 0.6.1-rc1 2016-07-27 11:01:31 -04:00
vishalnayak cc8a3a0141 Revert version in website 2016-07-27 10:56:11 -04:00
vishalnayak 019f79bbd2 Update version in website 2016-07-27 10:54:36 -04:00