Vishal Nayak
|
796dcc8090
|
Merge pull request #1221 from hashicorp/acl-sys-capabilities
Enfore ACLs for sys-capabilities endpoint
|
2016-03-18 12:44:37 -04:00 |
vishalnayak
|
6831e2a8fd
|
Sort the capabilities before returning
|
2016-03-18 12:40:17 -04:00 |
vishalnayak
|
a6f6cbd95a
|
Tests for capabilites in system backend
|
2016-03-18 11:58:06 -04:00 |
vishalnayak
|
d959ffc301
|
Rename PrepareRequest to PrepareRequestFunc
|
2016-03-18 10:37:49 -04:00 |
Jeff Mitchell
|
dd620a7b5f
|
Merge pull request #1231 from pradeepchhetri/fix-typo
Fix Typo
|
2016-03-18 10:37:39 -04:00 |
Pradeep Chhetri
|
6d7cbc890d
|
Fix Typo
|
2016-03-18 14:06:49 +00:00 |
Jeff Mitchell
|
b4a4f211da
|
Some generic docs updates
|
2016-03-18 09:57:21 -04:00 |
vishalnayak
|
fbfe72f286
|
Removed http/sys_capabilties_test.go
|
2016-03-18 09:48:45 -04:00 |
vishalnayak
|
55f03b5d25
|
Add separate path for capabilities-self to enable ACL
|
2016-03-17 22:52:03 -04:00 |
vishalnayak
|
a70d4d5c9f
|
Deleted http/sys_capabilities.go since the requests are directly going to system backend
|
2016-03-17 22:44:48 -04:00 |
vishalnayak
|
4e6dcfd6d0
|
Enable callbacks for handling logical.Request changes before processing requests
|
2016-03-17 22:29:53 -04:00 |
vishalnayak
|
f1feee9b53
|
Fix http capabilities tests
|
2016-03-17 21:03:32 -04:00 |
vishalnayak
|
68367f60c8
|
Fix broken testcases
|
2016-03-17 21:03:32 -04:00 |
vishalnayak
|
d348735322
|
Fix help descriptions
|
2016-03-17 21:03:32 -04:00 |
vishalnayak
|
f275cd2e9c
|
Fixed capabilities API to receive logical response
|
2016-03-17 21:03:32 -04:00 |
vishalnayak
|
a5d79d587a
|
Refactoring the capabilities function
|
2016-03-17 21:03:32 -04:00 |
vishalnayak
|
dcb7f00bcc
|
Move sys/capabilities to logical_system along with business logic from core
|
2016-03-17 21:03:32 -04:00 |
vishalnayak
|
2b712bc778
|
Move capabilities accessor logic to logical_system
|
2016-03-17 21:03:32 -04:00 |
Jeff Mitchell
|
ddc8988b74
|
changelog++
|
2016-03-17 18:26:26 -04:00 |
Jeff Mitchell
|
3e3621841d
|
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
|
4211ed2845
|
Add exclude_cn_from_sans to PKI docs
|
2016-03-17 16:58:06 -04:00 |
Jeff Mitchell
|
89e3943192
|
changelog++
|
2016-03-17 16:30:12 -04:00 |
Jeff Mitchell
|
5663b383c1
|
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
|
1951a01998
|
Add ability to exclude adding the CN to SANs.
Fixes #1220
|
2016-03-17 16:28:40 -04:00 |
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 |