7782 Commits

Author SHA1 Message Date
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
Jeff Mitchell
b5dc110257 Merge pull request #1209 from hashicorp/issue-424
Add the ability to specify the app-id in the login path.
2016-03-14 16:43:16 -04:00
Jeff Mitchell
3368b9cdb7 Update app-id docs to use new endpoint 2016-03-14 16:43:02 -04:00
Jeff Mitchell
6468cf394f Add the ability to specify the app-id in the login path.
This makes it easier to use prefix revocation for tokens.

Ping #424
2016-03-14 16:24:01 -04:00
Jeff Mitchell
9609f4bb78 s/hash_accessor/hmac_accessor/g 2016-03-14 14:52:29 -04:00
Jeff Mitchell
adcf5a6e98 changelog++ 2016-03-14 14:50:05 -04:00
Jeff Mitchell
b07c9ca252 Merge pull request #1208 from mhurne/aws-secret-backend-docs-fix
AWS permissions documentation fixes
2016-03-14 14:36:33 -04:00
Jeff Mitchell
3a878c3dc4 Add test for listener reloading, and update website docs. 2016-03-14 14:05:47 -04:00
Vishal Nayak
2591a742ec Merge pull request #1207 from hashicorp/audit-hash-accessor
Audit backends optionally hashing token accessor
2016-03-14 11:31:28 -04:00
vishalnayak
51847a6b25 Use accessor being set as the condition to restore non-hashed values 2016-03-14 11:23:30 -04:00
Jeff Mitchell
0c56385d59 Properly scope config objects for reloading 2016-03-14 11:18:02 -04:00