vishalnayak
|
2737c81b39
|
Lay the foundation for returning proper HTTP status codes
|
2016-03-08 18:27:03 -05:00 |
vishalnayak
|
8c6afea1d0
|
Implemented /auth/token/revoke-accessor in token_store
|
2016-03-08 18:07:27 -05:00 |
vishalnayak
|
a7adab25bc
|
Implemented lookup-accessor as a token_store endpoint
|
2016-03-08 17:38:19 -05:00 |
vishalnayak
|
f19ee68fdb
|
placeholders for revoke-accessor and lookup-accessor
|
2016-03-08 15:13:29 -05:00 |
vishalnayak
|
a7c97fcd18
|
Clear the accessor index during revocation
|
2016-03-08 14:06:10 -05:00 |
vishalnayak
|
c0fb69a8b1
|
Create indexing from Accessor ID to Token ID
|
2016-03-08 14:06:10 -05:00 |
vishalnayak
|
301776012f
|
Introduced AccessorID in TokenEntry and returning it along with token
|
2016-03-08 14:06:10 -05:00 |
vishalnayak
|
dea6e0656e
|
changelog++
|
2016-03-08 13:16:08 -05:00 |
Vishal Nayak
|
be1163c64a
|
Merge pull request #1171 from hashicorp/capabilities-endpoint
Capabilities endpoint
|
2016-03-08 13:12:09 -05:00 |
Jeff Mitchell
|
419598ede2
|
Warn on error when in force revoke mode
|
2016-03-08 11:05:46 -05:00 |
Jeff Mitchell
|
2215e215ee
|
changelog++
|
2016-03-08 10:54:51 -05:00 |
Jeff Mitchell
|
7029b24c2c
|
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
|
7a9122bbd1
|
Sanitize serial number in revocation path.
Ping #1180
|
2016-03-08 10:51:59 -05:00 |
Jeff Mitchell
|
34a9cb1a70
|
Add serial_number back to path_issue_sign responses in PKI
|
2016-03-08 09:25:48 -05:00 |
vishalnayak
|
08c40c9bba
|
Introduced ErrUserInput to distinguish user error from server error
|
2016-03-07 22:16:09 -05:00 |
vishalnayak
|
3b463c2d4e
|
use errwrap to check the type of error message, fix typos
|
2016-03-07 18:36:26 -05:00 |
Jeff Mitchell
|
360ae8b20f
|
changelog++
|
2016-03-07 15:00:09 -05:00 |
Jeff Mitchell
|
e890af698b
|
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
|
5a17735dcb
|
Add subject/authority key id to cert metadata
|
2016-03-07 14:59:00 -05:00 |
Jeff Mitchell
|
638e3d46da
|
changelog++
|
2016-03-07 11:02:10 -05:00 |
Jeff Mitchell
|
94c5eef7bf
|
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
|
11dc3f328f
|
Add revocation information to PKI fetch output (non-raw only).
Fixes #1180
|
2016-03-07 10:57:38 -05:00 |
Jeff Mitchell
|
67b85b8f7f
|
Error rather than skip Consul acceptance tests if Consul isn't found
|
2016-03-07 10:09:36 -05:00 |
Jeff Mitchell
|
6b0f79f499
|
Address review feedback
|
2016-03-07 10:07:04 -05:00 |
Jeff Mitchell
|
cc1f5207b3
|
Merge branch 'master' into token-roles
|
2016-03-07 10:03:54 -05:00 |
Jeff Mitchell
|
4a3d3ef300
|
Use better error message on LDAP renew failure
|
2016-03-07 09:34:16 -05:00 |
vishalnayak
|
73943546c3
|
Documentation for capabilities and capabilities-self APIs
|
2016-03-07 06:13:56 -05:00 |
vishalnayak
|
aab24113b0
|
test cases for capabilities endpoint
|
2016-03-05 00:03:55 -05:00 |
vishalnayak
|
9946a2d8b5
|
refactoring changes due to acl.Capabilities
|
2016-03-04 18:55:48 -05:00 |
vishalnayak
|
99e61b595f
|
changelog++
|
2016-03-04 18:23:08 -05:00 |
Vishal Nayak
|
580d9b9b58
|
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
|
402444c002
|
review rework 2
|
2016-03-04 18:08:13 -05:00 |
vishalnayak
|
2f5e65ae24
|
review rework
|
2016-03-04 15:35:58 -05:00 |
vishalnayak
|
35e71f3ebc
|
Place the response nil check before resp.IsError()
|
2016-03-04 15:13:04 -05:00 |
vishalnayak
|
86dca39141
|
Fix testcase
|
2016-03-04 15:03:01 -05:00 |
vishalnayak
|
da9152169b
|
changed response of expiration manager's renewtoken to logical.response
|
2016-03-04 14:56:51 -05:00 |
vishalnayak
|
9217c49184
|
Adding acl.Capabilities to do the path matching
|
2016-03-04 12:04:26 -05:00 |
vishalnayak
|
7fe871e60a
|
Removing the 'Message' field
|
2016-03-04 10:36:03 -05:00 |
vishalnayak
|
3730e095ac
|
testcase changes
|
2016-03-04 10:36:03 -05:00 |
vishalnayak
|
b67ab8ab7c
|
Test files for capabilities endpoint
|
2016-03-04 10:36:03 -05:00 |
vishalnayak
|
816f1f8631
|
self review rework
|
2016-03-04 10:36:03 -05:00 |
vishalnayak
|
286e63a648
|
Handled root token use case
|
2016-03-04 10:36:03 -05:00 |
vishalnayak
|
5b1100a84f
|
remove changes from token_store.go
|
2016-03-04 10:36:03 -05:00 |
vishalnayak
|
07f9486ecb
|
Added capabilities and capabilities-self endpoints to http muxer
|
2016-03-04 10:36:03 -05:00 |
vishalnayak
|
abfbc74bd4
|
Remove capabilities changes from logical_system.go
|
2016-03-04 10:36:03 -05:00 |
vishalnayak
|
a885f9e8d2
|
Refactor http/sys_capabilities.go
|
2016-03-04 10:36:03 -05:00 |
vishalnayak
|
f1fd5247ad
|
Add vault/capabilities.go
|
2016-03-04 10:36:02 -05:00 |
vishalnayak
|
5749a6718c
|
Added sys/capabililties endpoint
|
2016-03-04 10:36:02 -05:00 |
Jeff Mitchell
|
0998e1cdf9
|
Update help text exporting dev mode listen address.
Ping #1160
|
2016-03-03 18:10:14 -05:00 |
Jeff Mitchell
|
a976f4f628
|
changelog++
|
2016-03-03 13:47:00 -05:00 |