7782 Commits

Author SHA1 Message Date
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
Jeff Mitchell
6ff18aae59 Merge pull request #1170 from hashicorp/strip-leading-slash-policies
Strip leading paths in policies.
2016-03-03 12:03:56 -05:00
Jeff Mitchell
3b84ae6cca Strip leading paths in policies.
It appears to be a common mistake, but they won't ever match.

Fixes #1167
2016-03-03 11:32:48 -05:00
Jeff Mitchell
93e8ce28c3 changelog++ 2016-03-03 11:12:15 -05:00
Jeff Mitchell
202f93bb3b Merge pull request #1169 from hashicorp/dev-mode-address
Add the ability to specify dev mode address via CLI flag and envvar.
2016-03-03 11:10:51 -05:00
Jeff Mitchell
1ae2f2fd34 Remove unneeded sleeps in test code 2016-03-03 11:09:27 -05:00
Jeff Mitchell
097e6ce93a Move descriptions into const block 2016-03-03 11:04:05 -05:00
Jeff Mitchell
2b7edf6bfd Update cubbyhole text to be more explicit.
Fixes #1165
2016-03-03 10:58:58 -05:00
Jeff Mitchell
00721af2c1 Add the ability to specify dev mode address via CLI flag and envvar.
Fixes #1160
2016-03-03 10:48:52 -05:00
Jeff Mitchell
a05ea4720c Add ability to control dev root token id with
VAULT_DEV_ROOT_TOKEN_ID env var, and change the CLI flag to match.

Ping #1160
2016-03-03 10:24:44 -05:00
Chris Hoffman
ba34a1b278 Adding Godeps for mssql 2016-03-03 10:16:59 -05:00