Commit Graph

3243 Commits

Author SHA1 Message Date
Jeff Mitchell d57a9d43b9 changelog++ 2016-03-17 15:01:00 -04:00
Jeff Mitchell b8b4490c09 Merge pull request #1228 from hashicorp/issue-1186
Add `-field` and `-format` to write command.
2016-03-17 14:58:16 -04:00
Jeff Mitchell 3dbac2e2cb Add `-field` and `-format` to write command.
Fixes #1186
2016-03-17 14:57:30 -04:00
Jeff Mitchell a8dd6aa4f1 Don't renew cert-based tokens if the policies have changed.
Also, add cert renewal testing.

Fixes #477
2016-03-17 14:22:24 -04:00
Jeff Mitchell 2d3a5af120 Merge pull request #1226 from hashicorp/b-go-linker-flag
Go's -X linker flag now requires only one argument
2016-03-17 14:04:12 -04:00
Sean Chittenden c14975c54c Go's -X linker flag now requires only one argument 2016-03-17 10:57:25 -07:00
Jeff Mitchell b6da741a04 Update CHANGELOG text regarding enabling plaintext accessor audit logging 2016-03-17 12:08:45 -04:00
Jeff Mitchell 2ad2df9cc5 Update middleman-hashicorp 2016-03-16 20:06:17 -04:00
Jeff Mitchell a92fc7988e Put old releases text back 2016-03-16 16:17:56 -04:00
Jeff Mitchell d55fa358f9 Bump version to 0.6.0-dev 2016-03-16 16:02:46 -04:00
Jeff Mitchell ca9c97b872
Cut version 0.5.2 2016-03-16 15:48:36 -04:00
Jeff Mitchell 786bce24b1 Remove us building Solaris binaries for the moment, as they don't build successfully 2016-03-16 15:47:55 -04:00
Jeff Mitchell 77e4ee76bb Normalize userpass errors around bad user/pass 2016-03-16 15:19:55 -04:00
Jeff Mitchell 8a3f1ad13e Use 400 instead of 500 for failing to provide a userpass password. 2016-03-16 15:14:28 -04:00
Jeff Mitchell a9a3a682fd No need for the old Dockerfile for patched 1.5.3 anymore; it's in history if needed 2016-03-16 15:02:41 -04:00
Vishal Nayak 2c0c901eac Merge pull request #1216 from hashicorp/userpass-update
Userpass: Update the password and policies associated to user
2016-03-16 14:58:28 -04:00
vishalnayak f9b1fc3aa0 Add comments to existence functions 2016-03-16 14:53:53 -04:00
Jeff Mitchell 9dda8468f8 changelog++ 2016-03-16 14:53:18 -04:00
vishalnayak ba9b5b8847 Fix SanitizeTTL check 2016-03-16 14:27:01 -04:00
vishalnayak 1951159b25 Addessing review comments 2016-03-16 14:21:14 -04:00
vishalnayak 239ad4ad7e Refactor updating user values 2016-03-16 13:42:02 -04:00
Jeff Mitchell d596a01537 Bump TF file 2016-03-16 12:37:53 -04:00
Jeff Mitchell 48a312ea9e Bump website ver 2016-03-16 12:37:00 -04:00
Jeff Mitchell cf53b8958a Remove dev from version 2016-03-16 12:36:44 -04:00
vishalnayak 533b136fe7 Reduce the visibility of setUser 2016-03-16 11:39:52 -04:00
vishalnayak 2914ff7502 Use helper for existence check. Avoid panic by fetching default values for field data 2016-03-16 11:26:33 -04:00
vishalnayak 1513ade19a Added API documentation for userpass backend 2016-03-15 22:19:31 -04:00
Vishal Nayak 7db7b47fdd Merge pull request #1210 from hashicorp/audit-id-path
Rename id to path and path to file_path, print audit backend paths
2016-03-15 20:13:21 -04:00
vishalnayak 39a0c8e91f Read from 'path' to retain backward compatibility 2016-03-15 20:05:51 -04:00
vishalnayak 1e889bc08c Input validations and field renaming 2016-03-15 17:47:13 -04:00
vishalnayak a0958c9359 Refactor updating and creating userEntry into a helper function 2016-03-15 17:32:39 -04:00
vishalnayak acd545f1ed Fetch and store UserEntry to properly handle both create and update 2016-03-15 17:05:23 -04:00
vishalnayak 9609fe151b Change path structure of password and policies endpoints in userpass 2016-03-15 16:46:12 -04:00
vishalnayak 8be36b6925 Reuse the variable instead of fetching 'name' again 2016-03-15 16:21:47 -04:00
vishalnayak 61b4cac458 Added paths to update policies and password 2016-03-15 16:12:55 -04:00
vishalnayak 731bb97db5 Tests for updating password and policies in userpass backend 2016-03-15 16:09:23 -04:00
vishalnayak b7eb0a97e5 Userpass: Support updating policies and password 2016-03-15 15:18:21 -04:00
Jeff Mitchell db3ebd37c2 changelog++ 2016-03-15 14:59:00 -04:00
Jeff Mitchell 747ab4b4d1 Merge pull request #1215 from hashicorp/issue-1212
Add list support to certs in cert auth backend.
2016-03-15 14:58:23 -04:00
Jeff Mitchell 21b2a658e2 Remove name param from docs 2016-03-15 14:58:10 -04:00
Jeff Mitchell 8aaf29b78d Add forgotten test 2016-03-15 14:18:35 -04:00
Jeff Mitchell 026e706d73 changelog++ 2016-03-15 14:15:10 -04:00
Jeff Mitchell 13458a88d1 changelog++ 2016-03-15 14:11:10 -04:00
Jeff Mitchell 93c60ef707 Merge pull request #1196 from hashicorp/reload-listener-tls
Add reload capability for Vault listener certs
2016-03-15 14:09:34 -04:00
Jeff Mitchell 8bf935bc2b Add list support to certs in cert auth backend.
Fixes #1212
2016-03-15 14:07:40 -04:00
Jeff Mitchell 74ff117d03 Merge pull request #1214 from hashicorp/resp-use-te-policies
Sort and filter policies going into the create token entry, then use
2016-03-15 14:07:29 -04:00
Jeff Mitchell 8a5fc6b017 Sort and filter policies going into the create token entry, then use
that as the definitive source for the response Auth object.
2016-03-15 14:05:25 -04:00
vishalnayak 8fdbe2b40d changelog++ 2016-03-14 19:51:04 -04:00
Vishal Nayak 35572b9ab7 Merge pull request #1211 from hashicorp/token-http-body
Optionally accept tokens and prefixes from HTTP body
2016-03-14 19:49:19 -04:00
vishalnayak 65c1040149 Documentation to provide optional parameters to token store API 2016-03-14 19:36:53 -04:00