9692 Commits

Author SHA1 Message Date
Vishal Nayak
3ad525fb7a Merge pull request #1171 from hashicorp/capabilities-endpoint
Capabilities endpoint
2016-03-08 13:12:09 -05:00
Jeff Mitchell
d91d35b85a Warn on error when in force revoke mode 2016-03-08 11:05:46 -05:00
Jeff Mitchell
77146319a0 changelog++ 2016-03-08 10:54:51 -05:00
Jeff Mitchell
8c205a3591 Merge pull request #1187 from hashicorp/serial-sanitize-revocation
Sanitize serial number in revocation path.
2016-03-08 10:53:24 -05:00
Jeff Mitchell
09070c4aca Sanitize serial number in revocation path.
Ping #1180
2016-03-08 10:51:59 -05:00
Jeff Mitchell
c40c3b393f Add serial_number back to path_issue_sign responses in PKI 2016-03-08 09:25:48 -05:00
vishalnayak
4e05730e7b Introduced ErrUserInput to distinguish user error from server error 2016-03-07 22:16:09 -05:00
vishalnayak
1b9e486bfd use errwrap to check the type of error message, fix typos 2016-03-07 18:36:26 -05:00
Jeff Mitchell
99dc7ad8ce changelog++ 2016-03-07 15:00:09 -05:00
Jeff Mitchell
2cff8b59a3 Merge pull request #1183 from hashicorp/cert-meta-keyids
Add subject/authority key id to cert metadata
2016-03-07 14:59:20 -05:00
Jeff Mitchell
a7ed66a90b Add subject/authority key id to cert metadata 2016-03-07 14:59:00 -05:00
Jeff Mitchell
2d13b41fef changelog++ 2016-03-07 11:02:10 -05:00
Jeff Mitchell
db7bee75be Merge pull request #1181 from hashicorp/pki-revocation-on-fetch
Add revocation information to PKI fetch output (non-raw only).
2016-03-07 11:01:06 -05:00
Jeff Mitchell
4cdc44bab5 Add revocation information to PKI fetch output (non-raw only).
Fixes #1180
2016-03-07 10:57:38 -05:00
Jeff Mitchell
a9f070323a Error rather than skip Consul acceptance tests if Consul isn't found 2016-03-07 10:09:36 -05:00
Jeff Mitchell
6a01943755 Address review feedback 2016-03-07 10:07:04 -05:00
Jeff Mitchell
c4124bc40a Merge branch 'master' into token-roles 2016-03-07 10:03:54 -05:00
Jeff Mitchell
7ef904b930 Use better error message on LDAP renew failure 2016-03-07 09:34:16 -05:00
vishalnayak
b5ca8ba5bc Documentation for capabilities and capabilities-self APIs 2016-03-07 06:13:56 -05:00
vishalnayak
0f82724f1f test cases for capabilities endpoint 2016-03-05 00:03:55 -05:00
vishalnayak
7f832f22aa refactoring changes due to acl.Capabilities 2016-03-04 18:55:48 -05:00
vishalnayak
4f672fb1e0 changelog++ 2016-03-04 18:23:08 -05:00
Vishal Nayak
6b244479b5 Merge pull request #1176 from hashicorp/github-error-response
Change expiration.RenewToken's response from logical.Auth to logical.Response
2016-03-04 18:08:55 -05:00
vishalnayak
ee71f8198a review rework 2 2016-03-04 18:08:13 -05:00
vishalnayak
2951428468 review rework 2016-03-04 15:35:58 -05:00
vishalnayak
a94a7a8c95 Place the response nil check before resp.IsError() 2016-03-04 15:13:04 -05:00
vishalnayak
4f5f2a4376 Fix testcase 2016-03-04 15:03:01 -05:00
vishalnayak
ea52b6ec8b changed response of expiration manager's renewtoken to logical.response 2016-03-04 14:56:51 -05:00
vishalnayak
0792b14736 Adding acl.Capabilities to do the path matching 2016-03-04 12:04:26 -05:00
vishalnayak
a7cfc9cc7a Removing the 'Message' field 2016-03-04 10:36:03 -05:00
vishalnayak
5b9ef4ec2e testcase changes 2016-03-04 10:36:03 -05:00
vishalnayak
42a7bab69e Test files for capabilities endpoint 2016-03-04 10:36:03 -05:00
vishalnayak
894f2ccef1 self review rework 2016-03-04 10:36:03 -05:00
vishalnayak
f00261785a Handled root token use case 2016-03-04 10:36:03 -05:00
vishalnayak
93a1ebe743 remove changes from token_store.go 2016-03-04 10:36:03 -05:00
vishalnayak
b2f394d779 Added capabilities and capabilities-self endpoints to http muxer 2016-03-04 10:36:03 -05:00
vishalnayak
c0d2b3fb3e Remove capabilities changes from logical_system.go 2016-03-04 10:36:03 -05:00
vishalnayak
7dcc48a562 Refactor http/sys_capabilities.go 2016-03-04 10:36:03 -05:00
vishalnayak
258b4e6b10 Add vault/capabilities.go 2016-03-04 10:36:02 -05:00
vishalnayak
ed3e2c6c05 Added sys/capabililties endpoint 2016-03-04 10:36:02 -05:00
Jeff Mitchell
67b8eab204 Update help text exporting dev mode listen address.
Ping #1160
2016-03-03 18:10:14 -05:00
Jeff Mitchell
f538393d24 changelog++ 2016-03-03 13:47:00 -05:00
Jeff Mitchell
007a986d5d Merge pull request #1172 from hashicorp/sanitize-mount-paths
Create a unified function to sanitize mount paths.
2016-03-03 13:46:38 -05:00
Jeff Mitchell
f6840bea61 Fix out-of-date comment 2016-03-03 13:37:51 -05:00
Jeff Mitchell
5f0beb7330 Create a unified function to sanitize mount paths.
This allows mount paths to start with '/' in addition to ensuring they
end in '/' before leaving the system backend.
2016-03-03 13:13:47 -05:00
Jeff Mitchell
161413e4c9 changelog++ 2016-03-03 12:33:38 -05:00
Jeff Mitchell
a520728263 Merge pull request #1146 from hashicorp/step-down
Provide 'sys/step-down' and 'vault step-down'
2016-03-03 12:30:08 -05:00
Jeff Mitchell
4e964a62f6 Add default case for if the step down channel is blocked 2016-03-03 12:29:30 -05:00
Jeff Mitchell
1611a39c01 changelog++ 2016-03-03 12:06:42 -05:00
Jeff Mitchell
d0e0cdc663 changelog++ 2016-03-03 12:04:48 -05:00