Commit Graph

3201 Commits

Author SHA1 Message Date
vishalnayak
de5c8199a8 Move sys/capabilities to logical_system along with business logic from core 2016-03-17 21:03:32 -04:00
vishalnayak
cebf72bca8 Move capabilities accessor logic to logical_system 2016-03-17 21:03:32 -04:00
Jeff Mitchell
d97b077db1 changelog++ 2016-03-17 18:26:26 -04:00
Jeff Mitchell
6d5d9c4e03 Merge pull request #1227 from hashicorp/issue-477
Don't renew cert-based tokens if the policies have changed.
2016-03-17 18:25:39 -04:00
Jeff Mitchell
f5d304ab56 Add exclude_cn_from_sans to PKI docs 2016-03-17 16:58:06 -04:00
Jeff Mitchell
907c87656a changelog++ 2016-03-17 16:30:12 -04:00
Jeff Mitchell
a6c942629e Merge pull request #1229 from hashicorp/issue-1220
Add ability to exclude adding the CN to SANs.
2016-03-17 16:29:24 -04:00
Jeff Mitchell
5b0d85dbf3 Add ability to exclude adding the CN to SANs.
Fixes #1220
2016-03-17 16:28:40 -04:00
Jeff Mitchell
2d48377014 changelog++ 2016-03-17 15:01:00 -04:00
Jeff Mitchell
3a4df1298f 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
367add864d Add -field and -format to write command.
Fixes #1186
2016-03-17 14:57:30 -04:00
Jeff Mitchell
6d249ec59b 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
6fee5c0ece 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
2f28a12cef Go's -X linker flag now requires only one argument 2016-03-17 10:57:25 -07:00
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