Commit Graph

111 Commits

Author SHA1 Message Date
Alex Dadgar
4d3af38ad4 Snappy + Dispatch name change
Change the generated name to timestamp + 8 characters of UUID
Add Snappy compression to the input
2016-11-25 20:02:18 -08:00
matt maier
a9e3d0b854 revert to previous circonusllhist 2016-11-09 19:33:12 -05:00
matt maier
35a851bb73 Update vendor circonus-labs/circonus-gometrics
Update `vendor circonus-labs/circonus-gometrics/checkmgr`
Update `vendor circonus-labs/circonus-gometrics/api`
Update `vendor circonus-labs/circonusllhist`
2016-11-09 15:10:42 -05:00
Alex Dadgar
6a85a60db8 vendor circonus 2016-11-08 16:06:55 -08:00
Sean Chittenden
84162699f3 Update vendor for circonus-gometrics to fix a panic.
Submitted by: vendor, @maier
2016-11-04 09:42:24 -07:00
Michael Schurter
1143811334 Update hcl to fix json parsing panic 2016-11-01 16:16:22 -07:00
Sean Chittenden
d6a1d2b6ee Chase required dependency: update hashicorp/go-retryablehttp 2016-11-01 12:48:24 -07:00
Sean Chittenden
87423307a8 Update circonus-labs/circonus-gometrics. 2016-11-01 12:45:37 -07:00
Alex Dadgar
616d4f1118 vendor CT 2016-10-28 15:01:23 -07:00
Diptanu Choudhury
855fe5f75a Merge pull request #1699 from hashicorp/f-lxc-driver
LXC Support
2016-10-25 15:17:44 -07:00
Alex Dadgar
c7889f2d48 Add CaPath to Vault config in consul-template 2016-10-25 11:01:50 -07:00
Alex Dadgar
e34902ae8a Large refactor of task runner and Vault token rehandling 2016-10-18 11:24:20 -07:00
Alex Dadgar
746eeb121a Merge pull request #1816 from jippi/add-datadog-telemetry
Add datadog telemetry
2016-10-18 09:53:37 -07:00
Diptanu Choudhury
f0806dceff Enable serf encryption (#1791)
* Added the keygen command

* Added support for gossip encryption

* Changed the URL for keyring management

* Fixed the cli

* Added some tests

* Added tests for keyring operations

* Added a test for removal of keys

* Added some docs

* Fixed some docs

* Added general options
2016-10-17 10:48:04 -07:00
Christian Winther
43a11000b0 initial work on datadog telemetry 2016-10-15 10:49:33 +02:00
Diptanu Choudhury
7300ea8463 Implemented an LXC Driver 2016-10-12 17:18:58 -07:00
Ben Barnard
ce94317d00 Replace "the the" with "the" in documentation and comments 2016-10-11 15:31:40 -04:00
Alex Dadgar
1c24f59d29 more vendoring 2016-10-06 12:36:44 -07:00
Alex Dadgar
39b9c47d67 mend 2016-10-03 13:51:16 -07:00
Alex Dadgar
7ba02acd0f vendor 2016-10-03 13:50:56 -07:00
Diptanu Choudhury
9d4704f0ae Fixed vendors.json 2016-10-03 12:49:09 -07:00
Michal Wieczorek
21c9be9c34 Update vendor package github.com/fsouza/go-dockerclient
Added dependencies of updated github.com/fsouza/go-dockerclient:
- golang.org/x/net/context/ctxhttp
- github.com/docker/engine-api/types/swarm
- github.com/Microsoft/go-winio
- github.com/docker/engine-api/types/mount
2016-09-24 21:53:49 +02:00
Diptanu Choudhury
47144fe5e9 Merge pull request #1683 from mwieczorek/enable-syslog-for-windows
Enable syslog for windows
2016-09-04 17:07:25 -07:00
Alex Dadgar
67481cdb54 Merge pull request #1659 from hashicorp/f-revoke-accessors
Token revocation and keeping only a single Vault client active among servers
2016-08-31 14:10:46 -07:00
Michal Wieczorek
dbbd19e59c Add vendor package github.com/RackSec/srslog 2016-08-31 23:05:15 +02:00
K.C. Wong
66ce8dd414 Update vendor package shirou/gopsutil
* resolve #1392
* pull in the fix for shirou/gopsutil/#249 which updates
  the Linux driver for `cpu` to set `cpu.Mhz` to the maximum
  clock-speed of the CPU, if that's available
2016-08-30 10:48:07 -07:00
Alex Dadgar
f7d74b6fe4 Use tomb to shutdown
Token revocation

Remove from the statestore

Revoke tokens

Don't error when Vault is disabled as this could cause issue if the operator ever goes from enabled to disabled

update server interface to allow enable/disable and config loading

test the new functions

Leader revoke

Use active
2016-08-28 14:06:25 -07:00
Alex Dadgar
f2dcbd3070 Update install of Vault 2016-08-25 14:07:15 -07:00
Alex Dadgar
d3c87c9cc6 no failures allowed 2016-08-19 16:40:37 -07:00
Alex Dadgar
eb71498b8a create token tests 2016-08-19 16:40:37 -07:00
Alex Dadgar
20adca09ef Rate limiting 2016-08-19 16:40:37 -07:00
Alex Dadgar
87f2d5c17b Start 2016-08-19 16:40:37 -07:00
Cameron Davison
b943a878fe vendor github.com/mitchellh/go-homedir for osx 2016-08-18 21:27:27 -05:00
Alex Dadgar
44bd6a1b29 Update vendored Vault 2016-08-17 16:25:38 -07:00
Alex Dadgar
d5380974a0 vendor 2016-08-17 16:23:29 -07:00
Alex Dadgar
81e63eeff0 vendor + api 2016-08-17 16:23:29 -07:00
Alex Dadgar
c0b169556a Initial config block 2016-08-17 16:23:29 -07:00
matt maier
d92dd0dc5a Circonus integration for telemetry metrics 2016-07-22 12:33:10 -04:00
Alex Dadgar
12ae85ff0c Tests and handle conn close behavior better 2016-07-12 10:18:48 -06:00
Alex Dadgar
3cc13aeca1 initial comments 2016-07-11 10:58:18 -06:00
Alex Dadgar
65a64fb1cb StreamFramer tests 2016-07-10 13:57:20 -04:00
Alex Dadgar
2368722146 initial tail impl 2016-07-10 13:57:04 -04:00
Diptanu Choudhury
1c9a36f6dd Updated gopsutil 2016-06-28 10:07:56 -07:00
Alex Dadgar
adb569e5b9 update columnize to include optimized code 2016-06-27 22:49:53 -07:00
Diptanu Choudhury
cd032db18a Fixed build on windows/386 2016-06-22 16:38:45 -07:00
Diptanu Choudhury
a0390c0362 Updated the memberlist dependency 2016-06-21 17:05:05 -07:00
Alex Dadgar
5a0f10901a vendor go-dockerclient 2016-06-21 11:11:48 -07:00
Sean Chittenden
2224c77865 Update gopsutils 2016-06-17 13:24:10 -07:00
Sean Chittenden
7ffde66c6d Improve FreeBSD's CPU detection. Cherrypicked from shirou/gopsutil#219. 2016-06-16 23:07:13 -07:00
Sean Chittenden
32c2169a94 Noop update for hashicorp/yamux 2016-06-16 16:02:41 -07:00