Jeff Mitchell
|
7e1bdbe924
|
Massively simplify lock handling based on feedback
|
2016-05-02 23:47:18 -04:00 |
|
Jeff Mitchell
|
7f3613cc6e
|
Remove some deferring
|
2016-05-02 22:36:44 -04:00 |
|
Jeff Mitchell
|
fa0d389a95
|
Change use-hint of lockAll and lockPolicy
|
2016-05-02 22:36:44 -04:00 |
|
Jeff Mitchell
|
49c56f05e8
|
Address review feedback
|
2016-05-02 22:36:44 -04:00 |
|
Jeff Mitchell
|
3e5391aa9c
|
Switch to lockManager
|
2016-05-02 22:36:44 -04:00 |
|
Jeff Mitchell
|
08b91b776d
|
Address feedback
|
2016-05-02 22:36:44 -04:00 |
|
Jeff Mitchell
|
6f7409bb49
|
Slightly nicer check for LRU in policy store
|
2016-05-02 22:36:44 -04:00 |
|
Jeff Mitchell
|
fedc8711a7
|
Fix up commenting and some minor tidbits
|
2016-05-02 22:36:44 -04:00 |
|
Jeff Mitchell
|
fe1f56de40
|
Make a non-caching but still locking variant of transit for when caches are disabled
|
2016-05-02 22:36:44 -04:00 |
|
Jeff Mitchell
|
8572190b64
|
Plumb disabling caches through the policy store
|
2016-05-02 22:36:44 -04:00 |
|
Jeff Mitchell
|
6ef30efae6
|
Bump deps.
|
2016-05-02 20:11:05 -04:00 |
|
Jeff Mitchell
|
41d046fb3a
|
changelog++
|
2016-05-02 20:02:36 -04:00 |
|
Jeff Mitchell
|
3e0667a6bd
|
Merge pull request #1368 from hashicorp/issue-1365
In a list response, if there are no keys, 404 to be consistent with GET
|
2016-05-02 20:01:06 -04:00 |
|
Jeff Mitchell
|
7e462e566b
|
Check nil keys and respond internal error if it can't be cast to a []string
|
2016-05-02 20:00:46 -04:00 |
|
Jeff Mitchell
|
16b717022b
|
In a list response, if there are no keys, 404 to be consistent with GET
and with different backend conditions
Fixes #1365
|
2016-05-02 19:38:06 -04:00 |
|
Jeff Mitchell
|
a9256f14b3
|
Merge pull request #1366 from hashicorp/sethvargo/elink
Track enhanced links
|
2016-05-02 16:03:59 -04:00 |
|
Seth Vargo
|
45ac1bc151
|
Track enhanced links
|
2016-05-02 15:57:23 -04:00 |
|
Vishal Nayak
|
ab809788c7
|
Merge pull request #1363 from hashicorp/fix-cert-tests
Extend the expiry of test-fixture certs of Cert backend
|
2016-05-02 13:11:47 -04:00 |
|
vishalnayak
|
57e8fcd8c2
|
Extend the expiry of test-fixture certs of Cert backend
|
2016-05-02 12:34:46 -04:00 |
|
Jeff Mitchell
|
0a2e78f8d8
|
changelog++
|
2016-05-02 00:20:00 -04:00 |
|
Jeff Mitchell
|
bbf79d8291
|
Merge pull request #1362 from hashicorp/issue-1359
Make GitHub org comparison case insensitive.
|
2016-05-02 00:19:22 -04:00 |
|
Jeff Mitchell
|
3d1c88f315
|
Make GitHub org comparison case insensitive.
Fixes #1359
|
2016-05-02 00:18:31 -04:00 |
|
Jeff Mitchell
|
74c59d4336
|
Merge pull request #1361 from hashicorp/issue-1360
Fix help text around preference of ca-cert/ca-path.
|
2016-05-02 00:09:40 -04:00 |
|
Jeff Mitchell
|
36f97a024a
|
Fix help text around preference of ca-cert/ca-path.
Fixes #1360
|
2016-05-02 00:08:59 -04:00 |
|
Jeff Mitchell
|
5f5e898aae
|
Merge pull request #1357 from hashicorp/cert-crl-test
Cert backend, CRL tests
|
2016-04-29 09:50:48 -04:00 |
|
vishalnayak
|
fde768125c
|
Cert backend, CRL tests
|
2016-04-29 02:32:48 -04:00 |
|
Jeff Mitchell
|
6602aea52b
|
changelog++
|
2016-04-28 15:28:44 -04:00 |
|
Jeff Mitchell
|
b2723b4e55
|
Merge pull request #1356 from hashicorp/token-store-lookup-params
Fix fetching parameters in token store when it's optionally in the URL
|
2016-04-28 15:27:43 -04:00 |
|
Jeff Mitchell
|
81da06de05
|
Fix fetching parameters in token store when it's optionally in the URL
|
2016-04-28 15:15:37 -04:00 |
|
Jeff Mitchell
|
749b60d57d
|
Ensure seal finalizing happens even when using verify-only
|
2016-04-28 14:06:05 -04:00 |
|
Jeff Mitchell
|
4a409ebb81
|
Fix some rekey testing expected seal type logic
|
2016-04-28 17:13:03 +00:00 |
|
Jeff Mitchell
|
6141075082
|
Explicitly toggle cgo in makefile
|
2016-04-28 16:54:34 +00:00 |
|
Jeff Mitchell
|
91c41f12d4
|
minor fix for expected barrier type in rekey test
|
2016-04-28 16:52:32 +00:00 |
|
Jeff Mitchell
|
3d2d044693
|
Rename build tags
|
2016-04-28 00:59:33 +00:00 |
|
Jeff Mitchell
|
1027b51d17
|
Built tag-ify sealtesting
|
2016-04-28 00:47:44 +00:00 |
|
Jeff Mitchell
|
a50e29f086
|
Bump Dockerfile for cross to 1.6.2
|
2016-04-28 00:31:05 +00:00 |
|
Jeff Mitchell
|
0b8e3457d3
|
Move TestSeal funcs to sealtesting
|
2016-04-27 20:59:06 +00:00 |
|
Jeff Mitchell
|
484306d712
|
changelog++
|
2016-04-27 14:35:45 +00:00 |
|
Jeff Mitchell
|
48883cc187
|
Merge pull request #1353 from hashicorp/s3-nil
Better handle nil responses in S3 backend, also a case where error wa…
|
2016-04-27 10:35:30 -04:00 |
|
Jeff Mitchell
|
e5c31d66a2
|
Better handle nil responses in S3 backend, also a case where error wasn't checked
|
2016-04-26 08:11:56 -04:00 |
|
Sean Chittenden
|
51a97717db
|
Merge pull request #1351 from hashicorp/f-backend-logger
Logger objects for all the physical backends
|
2016-04-25 20:47:10 -07:00 |
|
Sean Chittenden
|
557d8b8a24
|
Make use of logger interface inside of the Consul BE
|
2016-04-25 20:10:55 -07:00 |
|
Sean Chittenden
|
aeea7628d6
|
Add a *log.Logger argument to physical.Factory
Logging in the backend is a good thing. This is a noisy interface change but should be a functional noop.
|
2016-04-25 20:10:32 -07:00 |
|
Sean Chittenden
|
ef62ecbb2d
|
changelog++
|
2016-04-25 18:19:38 -07:00 |
|
Sean Chittenden
|
98b4ab5798
|
Merge pull request #1349 from hashicorp/f-vault-service
Vault-driven Consul service registration and TTL checks.
|
2016-04-25 18:12:06 -07:00 |
|
Sean Chittenden
|
5fd5869bc5
|
Rewriting history before it gets away from me
|
2016-04-25 18:05:50 -07:00 |
|
Sean Chittenden
|
5a33edb57d
|
Change to the pre-0.6.4 Consul Check API
Consul is never going to pass in more than 1K of output. This mitigates the pre-0.6.4 concern.
|
2016-04-25 18:01:13 -07:00 |
|
Sean Chittenden
|
9b8095d7ea
|
Change to the pre-0.6.4 Consul Check API
Consul is never going to pass in more than 1K of output. This mitigates the pre-0.6.4 concern.
|
2016-04-25 18:01:13 -07:00 |
|
Sean Chittenden
|
f5183fa506
|
Collapse UpdateAdvertiseAddr() into RunServiceDiscovery()
|
2016-04-25 18:01:13 -07:00 |
|
Sean Chittenden
|
5104c58c54
|
Update tests to chase sealed -> unsealed transition
|
2016-04-25 18:01:13 -07:00 |
|