Commit Graph

46 Commits (d6bc5bc2dba8492d7b900360c20f18530d155f93)

Author SHA1 Message Date
Paul Banks b5f24a21cb Fix test broken by final telemetry PR change!
7 years ago
Paul Banks 3a6024e1b0 Fix merge error
7 years ago
Paul Banks 280f14d64c Make proxy only listen after initial certs are fetched
7 years ago
Paul Banks c6ef6a61c9 Refactor to use embedded struct.
7 years ago
Paul Banks 32f362bad9 StartupTelemetry => InitTelemetry
7 years ago
Paul Banks 96c416012e Misc rebase and test fixes
7 years ago
Paul Banks dc260f42fa Basic proxy active conns and bandwidth telemetry
7 years ago
Paul Banks c08b6f6fec Add accessor and helpers to SDK for fetching self-name and client service ID
7 years ago
Paul Banks 7649d630c6 Basic proxy telemetry working; not sure if it's too ugly; need to instrument things we care about
7 years ago
Paul Banks d83f2e8e21 Expose telemetry config from RuntimeConfig to proxy config endpoint
7 years ago
Paul Banks 01fefd3d92 Return defensive error if API response is jank
7 years ago
Paul Banks e7a345cb9a Refactor resolver logic to be clearer
7 years ago
Paul Banks 41a29a469e Fix roots race with CA setup hammering bug and defensive nil check hit during obscure upgrade scenario
7 years ago
Paul Banks 541cbae5f5 More misc comment cleanup
7 years ago
Paul Banks 0824d1df5f Misc comment cleanups
7 years ago
Mitchell Hashimoto 77a8003475 api: change Connect to a query option
7 years ago
Mitchell Hashimoto 8d66d1045a connect: remove old unused code
7 years ago
Mitchell Hashimoto e587b7c161 connect: support prepared query resolution
7 years ago
Mitchell Hashimoto 7a4463013d connect: resolver works with native services
7 years ago
Mitchell Hashimoto 11f57ed4f4
connect/proxy: remove dev CA settings
7 years ago
Mitchell Hashimoto ec4e600aeb
connect/proxy: add a full proxy test, parallel
7 years ago
Mitchell Hashimoto baa551355e
connect/proxy: don't start public listener if 0 port
7 years ago
Mitchell Hashimoto 0487cacd10
connect/proxy: use the right variable for loading the new service
7 years ago
Mitchell Hashimoto 8c713e6104
connect/proxy: don't require proxy ID
7 years ago
Paul Banks f6673ce164
Make Service logger log to right place again
7 years ago
Paul Banks 0bfffc92f2
Make connect client resolver resolve trust domain properly
7 years ago
Paul Banks 4aeab3897c
Fixed many tests after rebase. Some still failing and seem unrelated to any connect changes.
7 years ago
Mitchell Hashimoto 867db89303
command/connect/proxy: set proxy ID from env var if set
7 years ago
Paul Banks e0e12e165b
TLS watching integrated into Service with some basic tests.
7 years ago
Paul Banks d1f4ad3d8a
Fix build error introduced in bad merge of TLS stuff
7 years ago
Paul Banks 67af5c740b
Add TODO for false-sharing
7 years ago
Paul Banks e112386426
Add support for measuring tx/rx packets through proxied connections.
7 years ago
Paul Banks 946e872f2f
Fix tests and listeners to work with Config changes (splitting host and port fields)
7 years ago
Paul Banks e8c510332c
Support legacy watch.HandlerFunc type for backward compat reduces impact of change
7 years ago
Paul Banks ab3df3d4a6
Working proxy config reload tests
7 years ago
Paul Banks cd88b2a351
Basic `watch` support for connect proxy config and certificate endpoints.
7 years ago
Paul Banks 5310561c11
Refactor reloadableTLSConfig and verifyier shenanigans into simpler dynamicTLSConfig
7 years ago
Paul Banks e00ca9a7b7
Connect verification and AuthZ
7 years ago
Paul Banks 18a34c6836
Fix racy connect network tests that always fail in Docker due to listen races
7 years ago
Paul Banks 730da74369
Fix various test failures and vet warnings.
7 years ago
Paul Banks 10db79c8ae
Rework connect/proxy and command/connect/proxy. End to end demo working again
7 years ago
Paul Banks aa19be4651
Remove old connect client and proxy implementation
7 years ago
Paul Banks 26e65f6bfd
connect.Service based implementation after review feedback.
7 years ago
Paul Banks 69d5efdbbd
Original proxy and connect.Client implementation. Working end to end.
7 years ago
Mitchell Hashimoto f4ec28bfe3
agent/consul: basic sign endpoint not tested yet
7 years ago
Mitchell Hashimoto 7349c94c23
connect: create connect package for helpers
7 years ago