Commit Graph

382 Commits (6c39a9825580e3e4375acafed557d73146b1443f)

Author SHA1 Message Date
Mike Morris 291e6af33a
vendor: revert golang.org/x/sys bump to avoid FreeBSD regression (#7780)
5 years ago
Hans Hasselberg b5eab19183
vendor: fix case issue (#7777)
5 years ago
Hans Hasselberg c4093c87cc
agent: don't let left nodes hold onto their node-id (#7747)
5 years ago
Matt Keeler daec810e34
Merge pull request #7714 from hashicorp/oss-sync/msp-agent-token
5 years ago
Matt Keeler 55050beedb
Update go-discover dependency (#7731)
5 years ago
Matt Keeler 8c545b5206
Update mapstructure to v1.2.3
5 years ago
R.B. Boyer b989967791
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success (#7698)
5 years ago
R.B. Boyer 5f1518c37c
cli: fix usage of gzip.Reader to better detect corrupt snapshots during save/restore (#7697)
5 years ago
Daniel Nephin 50d73c2674 Update github.com/joyent/triton-go to latest
5 years ago
Daniel Nephin 5023a3b178 cli: send requested help text to stdout
5 years ago
R.B. Boyer 6adad71125
wan federation via mesh gateways (#6884)
5 years ago
R.B. Boyer fdb6b80672
Switch to go 1.13.7 (#7262)
5 years ago
R.B. Boyer 73ba5d9990
make the TestRPC_RPCMaxConnsPerClient test less flaky (#7255)
5 years ago
Matt Keeler 58befa754b
Update to miekg/dns v1.1.26 (#7252)
5 years ago
Hans Hasselberg 649ffcb66f
memberlist: vendor v0.1.6 to pull in new state: stateLeft (#7184)
5 years ago
Hans Hasselberg 5531678e9e
Security fixes (#7182)
5 years ago
Chris Piraino 401221de58
Allow users to configure either unstructured or JSON logging (#7130)
5 years ago
Michel Vocks 6681be918a api: add option to set TLS options in-memory for API client (#7093)
5 years ago
Hans Hasselberg 9c1361c02b
raft: update raft to v1.1.2 (#7079)
5 years ago
Wim 4f5d5020b8 dns: fix memoryleak by upgrading outdated miekg/dns (#6748)
5 years ago
Mike Morris 66b8c20990
Bump go-discover to support EC2 Metadata Service v2 (#6865)
5 years ago
Paul Banks cd1b613352
connect: Add AWS PCA provider (#6795)
5 years ago
Paul Banks d7329097b2
Change CA Configure struct to pass Datacenter through (#6775)
5 years ago
Matt Keeler 7f00fc60f1
Dependency: Update github.com/hashicorp/go-memdb to v1.0.3 (#6626)
5 years ago
Sarah Christoff 5e26971864
Prune Unhealthy Agents (#6571)
5 years ago
Matt Keeler 28221f66f2
Use encoding/json instead of jsonpb even for protobuf types (#6572)
5 years ago
Matt Keeler abed91d069
Generate JSON and Binary Marshalers for Protobuf Types (#6564)
5 years ago
Matt Keeler 76cf54068b
Expand the QueryOptions and QueryMeta interfaces (#6545)
5 years ago
R.B. Boyer 796de297c8
connect: intermediate CA certs generated with the vault provider lack URI SANs (#6491)
5 years ago
Matt Keeler 51dcd126b7
Add support for implementing new requests with protobufs instea… (#6502)
5 years ago
Matt Keeler ccfdb99d00
Update memberlist to v0.1.5 (#6479)
5 years ago
Sarah Adams 4ed5515fca
refactor & add better retry logic to NewTestAgent (#6363)
5 years ago
Aaron Bennett 430dab8c37 update dependencies for enterprise change (#6395)
5 years ago
Matt Keeler a2ddaaca0a
Update to google.golang.org/grpc v1.23.0 (#6320)
5 years ago
Paul Banks e87cef2bb8 Revert "connect: support AWS PCA as a CA provider" (#6251)
5 years ago
Todd Radel 3497b7c00d
connect: support AWS PCA as a CA provider (#6189)
5 years ago
R.B. Boyer c6c4a2251a Merge Consul OSS branch master at commit b3541c4f34
5 years ago
Alvin Huang 3c889b4e65
remove sdk and api packages (#6214)
5 years ago
Jeff Mitchell 94c73d0c92 Chunking support (#6172)
5 years ago
Matt Keeler d7fe8befa9
Update go-bexpr (#6190)
5 years ago
Matt Keeler 23bcc18766 Fix vendoring to not include our own code.
6 years ago
Hans Hasselberg f13fe4b304
agent: transfer leadership when establishLeadership fails (#5247)
6 years ago
Matt Keeler dcc7f67b3e
Remove vendoring of github.com/hashicorp/consul (#5943)
6 years ago
Paul Banks ffcfdf29fc
Upgrade xDS (go-control-plane) API to support Envoy 1.10. (#5872)
6 years ago
Kyle Havlovitz 1d9b8e1860
vendor: update memberlist
6 years ago
Kyle Havlovitz 29eb83c9c2
Merge branch 'master' into change-node-id
6 years ago
Matt Keeler 0ac6b6faba
Fix up the MapWalk function so that it properly handles nested map[interface{}]interface{} (#5774)
6 years ago
Paul Banks 0cfb6051ea Add integration test for central config; fix central config WIP (#5752)
6 years ago
Paul Banks 421ecd32fc
Connect: allow configuring Envoy for L7 Observability (#5558)
6 years ago
R.B. Boyer e47d7eeddb acl: adding support for kubernetes auth provider login (#5600)
6 years ago
Matt Keeler 222afeae4c
Move the watch package into the api module (#5664)
6 years ago
Matt Keeler e55afa9252
Update go-msgpack version (#5683)
6 years ago
Matt Keeler afa1cc98d1
Implement data filtering of some endpoints (#5579)
6 years ago
Freddy a03392c906
Add additional raft metrics (#5628)
6 years ago
Paul Banks 8ae3447447
Pull go-discover to fix Sirupsen/logrus (#5598)
6 years ago
Hans Hasselberg ac45b17482
fix remaining CI failures after Go 1.12.1 Upgrade (#5576)
6 years ago
Jeff Mitchell db7817c42a
Bump vendor to take in new sdk/api versions (#5574)
6 years ago
Jeff Mitchell 4243c3ae42
Move internal/ to sdk/ (#5568)
6 years ago
Jeff Mitchell 28c84845bf
Update vendoring from go mod. (#5566)
6 years ago
R.B. Boyer cd96af4fc0
acl: reduce complexity of token resolution process with alternative singleflighting (#5480)
6 years ago
Kyle Havlovitz dd7688db31 Update memberlist for the node renaming change
6 years ago
petems a505e6e9da Update go-discover vendor
6 years ago
Pierre Souchay bfcfcc06d0 Revendor memberlist to Fix #3217
6 years ago
Matt Keeler 8f0d622a54
Revendor serf to pull in keyring list truncation changes. (#5251)
6 years ago
Pierre Souchay 1618d79518 Allow `"disable_host_node_id": false` to work on Linux as non-root. (#4926)
6 years ago
R.B. Boyer b96391ecff
update github.com/hashicorp/{serf,memberlist,go-sockaddr} (#5189)
6 years ago
Jack Pearkes 0358c7a063 vendor: upgrade to latest version of gopsutil
6 years ago
Matt Keeler 18b29c45c4
New ACLs (#4791)
6 years ago
Jack Pearkes 8c684db488 New command: consul debug (#4754)
6 years ago
Paul Banks 1909a95118 xDS Server Implementation (#4731)
6 years ago
Mitchell Hashimoto 3237047e72
vendor: update mapstructure to v1.1.0
6 years ago
Matt Keeler d1e52e5292
Update Raft Vendoring (#4539)
6 years ago
Mitchell Hashimoto bbb13598bf
vendor k8s client lib
6 years ago
Mitchell Hashimoto 66e31f02f7
Update go-discover vendor
6 years ago
Shubheksha fc3997f266 replace old fork of text package (#4501)
6 years ago
Paul Banks 9ce10769ce Update Serf and memberlist (#4511)
6 years ago
Siva Prasad f4a1c381a5 Vendoring update for go-discover. (#4412)
6 years ago
Matt Keeler cf92110abd Vendor golang.org/x/sys/windows/svc
6 years ago
mkeeler 6813a99081 Merge remote-tracking branch 'connect/f-connect'
7 years ago
Matt Keeler 98e98fa815 Remove build tags from vendored vault file to allow for this to merge properly into enterprise
7 years ago
Matt Keeler 01f82717b4 Vendor the vault api
7 years ago
Paul Banks 2f8c1d2059 Remove go-diff vendor as assert.JSONEq output is way better for our case
7 years ago
Leo Zhang 7f6d727aa5
Fix invalid vendor.json syntax for go-discover
7 years ago
Kyle Havlovitz 28e6f800d8
Add missing vendor dep github.com/stretchr/objx
7 years ago
Matt Keeler 701b2842a6 Remove bogus second yamux vendoring
7 years ago
Matt Keeler 2786ec979e Update yamux vendoring
7 years ago
Jack Pearkes aa1c993806
Merge pull request #4013 from sethvargo/sethvargo/user_agent
7 years ago
Matt Keeler 27fe219918
Merge pull request #4131 from pierresouchay/enable_full_dns_compression
7 years ago
Seth Vargo 3dc2cf793c
Update vendor for go-discover
7 years ago
Wim 1e0a2e25d0 Add github.com/coredns/coredns/plugin/pkg/dnsutil files
7 years ago
Wim 71dd83c62a Add github.com/coredns/coredns/plugin/pkg/dnsutil to vendor.json
7 years ago
Pierre Souchay 4853733098 Bump DNS lib to 1.0.7 with 14bits Len() fix
7 years ago
Matt Keeler efa9a564a3 Fix vendoring of two missed libs
7 years ago
Matt Keeler b79db64ecf Update prometheus indirect deps
7 years ago
Matt Keeler 52370a5b07 Update the various deps of miekg/dns in our vendor.json
7 years ago
Matt Keeler 3152fc2944 Pull in miekg/dns deps on the golang crypto ed25519 packages
7 years ago
Kyle Havlovitz bd42da760b
vendor: pull in latest version of go-discover
7 years ago
Preetha Appan fff532cf84
Update serf to pick up clean leave fix
7 years ago
Paul Banks 4de68fcb4b
Merge pull request #4016 from pierresouchay/support_for_prometheus
7 years ago
Mitchell Hashimoto 3de62e0db3
vendor: add hashstructure and mock
7 years ago