9692 Commits

Author SHA1 Message Date
Jeff Mitchell
cfa94ec264 Update CHANGELOG text regarding enabling plaintext accessor audit logging 2016-03-17 12:08:45 -04:00
Jeff Mitchell
3c8179e8c7 Update middleman-hashicorp 2016-03-16 20:06:17 -04:00
Jeff Mitchell
0d78b26c64 Put old releases text back 2016-03-16 16:17:56 -04:00
Jeff Mitchell
42b1fca1fd Bump version to 0.6.0-dev 2016-03-16 16:02:46 -04:00
Jeff Mitchell
77f2b8a2fa
Cut version 0.5.2 v0.5.2 2016-03-16 15:48:36 -04:00
Jeff Mitchell
1a28dc823f Remove us building Solaris binaries for the moment, as they don't build successfully 2016-03-16 15:47:55 -04:00
Jeff Mitchell
d887ecbd33 Normalize userpass errors around bad user/pass 2016-03-16 15:19:55 -04:00
Jeff Mitchell
33c2641568 Use 400 instead of 500 for failing to provide a userpass password. 2016-03-16 15:14:28 -04:00
Jeff Mitchell
0676a348f3 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
b9b4f458db 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
4ae83b7cc8 Add comments to existence functions 2016-03-16 14:53:53 -04:00
Jeff Mitchell
2fc3c23e8d changelog++ 2016-03-16 14:53:18 -04:00
vishalnayak
daab5d6777 Fix SanitizeTTL check 2016-03-16 14:27:01 -04:00
vishalnayak
6f2b428379 Addessing review comments 2016-03-16 14:21:14 -04:00
vishalnayak
cfbab2c66f Refactor updating user values 2016-03-16 13:42:02 -04:00
Jeff Mitchell
bceaeb0197 Bump TF file 2016-03-16 12:37:53 -04:00
Jeff Mitchell
6626c06eef Bump website ver 2016-03-16 12:37:00 -04:00
Jeff Mitchell
ba72ff8898 Remove dev from version 2016-03-16 12:36:44 -04:00
vishalnayak
59054298b8 Reduce the visibility of setUser 2016-03-16 11:39:52 -04:00
vishalnayak
b8e007c195 Use helper for existence check. Avoid panic by fetching default values for field data 2016-03-16 11:26:33 -04:00
vishalnayak
79ff36713b Added API documentation for userpass backend 2016-03-15 22:19:31 -04:00
Vishal Nayak
1e432efb20 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
4d28fa38c4 Read from 'path' to retain backward compatibility 2016-03-15 20:05:51 -04:00
vishalnayak
91f4aab933 Input validations and field renaming 2016-03-15 17:47:13 -04:00
vishalnayak
5249c0d5e0 Refactor updating and creating userEntry into a helper function 2016-03-15 17:32:39 -04:00
vishalnayak
c29a121816 Fetch and store UserEntry to properly handle both create and update 2016-03-15 17:05:23 -04:00
vishalnayak
0e1769dd5d Change path structure of password and policies endpoints in userpass 2016-03-15 16:46:12 -04:00
vishalnayak
cad1ee3a85 Reuse the variable instead of fetching 'name' again 2016-03-15 16:21:47 -04:00
vishalnayak
e51661c714 Added paths to update policies and password 2016-03-15 16:12:55 -04:00
vishalnayak
aa8926912a Tests for updating password and policies in userpass backend 2016-03-15 16:09:23 -04:00
vishalnayak
1980d0f1cc Userpass: Support updating policies and password 2016-03-15 15:18:21 -04:00
Jeff Mitchell
a26a31498d changelog++ 2016-03-15 14:59:00 -04:00
Jeff Mitchell
9fc3f57e16 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
ebaf325e3a Remove name param from docs 2016-03-15 14:58:10 -04:00
Jeff Mitchell
52c438062e Add forgotten test 2016-03-15 14:18:35 -04:00
Jeff Mitchell
0f920871c6 changelog++ 2016-03-15 14:15:10 -04:00
Jeff Mitchell
81d3975b1d changelog++ 2016-03-15 14:11:10 -04:00
Jeff Mitchell
6e3b771e48 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
f52004e12a Add list support to certs in cert auth backend.
Fixes #1212
2016-03-15 14:07:40 -04:00
Jeff Mitchell
b953955bd1 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
f9f1ad2e0c 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
d364fad14d changelog++ 2016-03-14 19:51:04 -04:00
Vishal Nayak
1d51c60042 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
c98ec7a092 Documentation to provide optional parameters to token store API 2016-03-14 19:36:53 -04:00
vishalnayak
5556b35d01 Accept params both as part of URL or as part of http body 2016-03-14 19:14:36 -04:00
vishalnayak
5eb5b00782 Enable token to be supplied in the body for lookup call 2016-03-14 18:56:00 -04:00
vishalnayak
8718b0e133 Fix broken test case 2016-03-14 18:44:13 -04:00
vishalnayak
ab6132bc90 Rename 'name' as 'path' in audit API docs 2016-03-14 18:33:51 -04:00
vishalnayak
bac4fe0799 Rename id to path and path to file_path, print audit backend paths 2016-03-14 17:15:07 -04:00
Jeff Mitchell
01d7c9b87e changelog++ 2016-03-14 16:56:43 -04:00