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 |
vishalnayak
|
3861c88211
|
Accept params both as part of URL or as part of http body
|
2016-03-14 19:14:36 -04:00 |
vishalnayak
|
85a888d588
|
Enable token to be supplied in the body for lookup call
|
2016-03-14 18:56:00 -04:00 |
vishalnayak
|
dd94e8e689
|
Fix broken test case
|
2016-03-14 18:44:13 -04:00 |
vishalnayak
|
1dedf8d0e3
|
Rename 'name' as 'path' in audit API docs
|
2016-03-14 18:33:51 -04:00 |
vishalnayak
|
71fc07833f
|
Rename id to path and path to file_path, print audit backend paths
|
2016-03-14 17:15:07 -04:00 |
Jeff Mitchell
|
9ace2ccb08
|
changelog++
|
2016-03-14 16:56:43 -04:00 |
Jeff Mitchell
|
8f22dbc5d3
|
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
|
a798bdb822
|
Update app-id docs to use new endpoint
|
2016-03-14 16:43:02 -04:00 |
Jeff Mitchell
|
d648306d52
|
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
|
9bfd24cd69
|
s/hash_accessor/hmac_accessor/g
|
2016-03-14 14:52:29 -04:00 |
Jeff Mitchell
|
0b900f61b9
|
changelog++
|
2016-03-14 14:50:05 -04:00 |
Jeff Mitchell
|
9f5cc38ff7
|
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
|
0e3764832a
|
Add test for listener reloading, and update website docs.
|
2016-03-14 14:05:47 -04:00 |