Commit Graph

2168 Commits (f5ecd5de5feb299a665f6405a9858f4690379fae)

Author SHA1 Message Date
Daniel Nephin f5ecd5de5f EventPublisher: docstrings and getTopicBuffer
4 years ago
Daniel Nephin 555cfe52d9 ProcessChanges: use stream.Event
4 years ago
Daniel Nephin 4e0bc8013b stream: Use local types for Event Topic SubscriptionRequest
4 years ago
Daniel Nephin aacd514dca Rename stream_publisher.go -> event_publisher.go
4 years ago
Daniel Nephin c0b0109e80 Add streaming package with Subscription and Snapshot components.
4 years ago
Matt Keeler 8beca1cb8d
Add ability for notifications when one of the agent tokens is updated (#8301)
4 years ago
Hans Hasselberg 496fb5fc5b
add support for envoy 1.14.4, 1.13.4, 1.12.6 (#8216)
4 years ago
Chris Piraino 4d857d117f
Set enterprise metadata after resolving the token (#8302)
4 years ago
Freddy e72af87918
Add api mod support for /catalog/gateway-services (#8278)
4 years ago
R.B. Boyer 1eef096dfe
xds: version sniff envoy and switch regular expressions from 'regex' to 'safe_regex' on newer envoy versions (#8222)
4 years ago
Daniel Nephin f22f3d300d
Merge pull request #8231 from hashicorp/dnephin/unembed-HTTPServer-Server
4 years ago
Daniel Nephin df4088291c agent/http: Update TestSetupHTTPServer_HTTP2
4 years ago
Daniel Nephin d98a4c1317
Merge pull request #8237 from hashicorp/dnephin/remove-acls-enabled-from-delegate
4 years ago
Matt Keeler 4fb535ba48
Pass the Config and TLS Configurator into the AutoConfig constructor
4 years ago
Matt Keeler f2f32735ce
Rename (*Server).forward to (*Server).ForwardRPC
4 years ago
Matt Keeler d2e4869c7c
Refactor AutoConfig RPC to not have a direct dependency on the Server type
4 years ago
Chris Piraino 735337b170
Append port number to ingress host domain (#8190)
4 years ago
Daniel Nephin 5247ef4c70 Remove ACLsEnabled from delegate interface
4 years ago
Daniel Nephin a7f69b615a
Merge pull request #8215 from hashicorp/dnephin/support-not-modified-response-server
4 years ago
Pierre Souchay 20d1ea7d2d
Upgrade go-connlimit to v0.3.0 / return http 429 on too many connections (#8221)
4 years ago
Daniel Nephin a5e45defb1 agent/http: un-embed the HTTPServer
4 years ago
Daniel Nephin 5d36f98710 agent/consul: Add support for NotModified to two endpoints
4 years ago
Matt Keeler f8e8f48125
Merge pull request #8211 from hashicorp/bugfix/auto-encrypt-various
4 years ago
Yury Evtikhov 10361dd210 DNS: add IsErrQueryNotFound function for easier error evaluation
4 years ago
Yury Evtikhov 8d18422f19 DNS: fix agent returning SERVFAIL where NXDOMAIN should be returned
4 years ago
Yury Evtikhov 3b4ddaaab5 DNS: add test to verify NXDOMAIN is returned when a non-existent domain is queried over RPC
4 years ago
Matt Keeler 6e7acfa618
Add an AutoEncrypt “integration” test
4 years ago
Matt Keeler 2ddcba00c6
Overwrite agent leaf cert trust domain on the servers
4 years ago
Matt Keeler 19040f1166
Store the Connect CA rate limiter on the server
4 years ago
Matt Keeler a5a9560bbd
Initialize the agent leaf cert cache result with a state to prevent unnecessary second certificate signing
4 years ago
Matt Keeler 39b567a55a
Fix auto_encrypt IP/DNS SANs
4 years ago
Matt Keeler 85fd8c552f
Merge pull request #8193 from hashicorp/feature/auto-config/suppress-config-warnings
4 years ago
R.B. Boyer 462f0f37ed
connect: various changes to make namespaces for intentions work more like for other subsystems (#8194)
4 years ago
Matt Keeler be576c9737
Use the DNS and IP SANs from the auto config stanza when set
4 years ago
Matt Keeler e8b39dd255
Overhaul the auto-config translation
4 years ago
Freddy 10d6e9c458
Split up unused key validation for oss/ent (#8189)
4 years ago
Daniel Nephin a891ee8428
Merge pull request #8176 from hashicorp/dnephin/add-linter-unparam-1
4 years ago
Matt Keeler 7041f69892
Merge pull request #8184 from hashicorp/bugfix/goroutine-leaks
4 years ago
Chris Piraino df48db0abd
Merge pull request #7932 from hashicorp/ingress/internal-ui-endpoint-multiple-ports
4 years ago
Chris Piraino f213d3592a remove obsolete comments about test parallelization
4 years ago
Chris Piraino b3db907bdf Update gateway-services-nodes API endpoint to allow multiple addresses
4 years ago
Matt Keeler e9835610f3
Add a test for go routine leaks
4 years ago
Matt Keeler 29d0cfdd7d
Fix go routine leak in auto encrypt ca roots tracking
4 years ago
Matt Keeler 25a4f3c83b
Allow cancelling blocking queries in response to shutting down.
4 years ago
Daniel Nephin 0279bf6fe5 Update TestAgent_GetCoordinate
4 years ago
Daniel Nephin f65e21e6dc Remove unused return values
4 years ago
Daniel Nephin 010a609912 Fix a bunch of unparam lint issues
4 years ago
Matt Keeler 15e7b3940c
Ensure that retryLoopBackoff can be cancelled
4 years ago
Matt Keeler e2cfa93f02
Don’t leak metrics go routines in tests (#8182)
4 years ago
gitforbit 808f632346
agent-http: cleanup: return nil instead of err (#8043)
4 years ago