consul/agent/config
Phil Porada 7ea986783d
Add TCP+TLS Healthchecks (#18381)
* Begin adding TCPUseTLS

* More TCP with TLS plumbing

* Making forward progress

* Keep on adding TCP+TLS support for healthchecks

* Removed too many lines

* Unit tests for TCP+TLS

* Update tlsutil/config.go

Co-authored-by: Samantha <hello@entropy.cat>

* Working on the tcp+tls unit test

* Updated the runtime integration tests

* Progress

* Revert this file back to HEAD

* Remove debugging lines

* Implement TLS enabled TCP socket server and make a successful TCP+TLS healthcheck on it

* Update docs

* Update agent/agent_test.go

Co-authored-by: Samantha <hello@entropy.cat>

* Update website/content/docs/ecs/configuration-reference.mdx

Co-authored-by: Samantha <hello@entropy.cat>

* Update website/content/docs/ecs/configuration-reference.mdx

Co-authored-by: Samantha <hello@entropy.cat>

* Update agent/checks/check.go

Co-authored-by: Samantha <hello@entropy.cat>

* Address comments

* Remove extraneous bracket

* Update agent/agent_test.go

Co-authored-by: Samantha <hello@entropy.cat>

* Update agent/agent_test.go

Co-authored-by: Samantha <hello@entropy.cat>

* Update website/content/docs/ecs/configuration-reference.mdx

Co-authored-by: Samantha <hello@entropy.cat>

* Update the mockTLSServer

* Remove trailing newline

* Address comments

* Fix merge problem

* Add changelog entry

---------

Co-authored-by: Samantha <hello@entropy.cat>
2023-09-05 13:34:44 -07:00
..
testdata Add TCP+TLS Healthchecks (#18381) 2023-09-05 13:34:44 -07:00
agent_limits.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
builder.go Add TCP+TLS Healthchecks (#18381) 2023-09-05 13:34:44 -07:00
builder_ce.go OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
builder_ce_test.go OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
builder_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
config.go Add TCP+TLS Healthchecks (#18381) 2023-09-05 13:34:44 -07:00
config_ce.go OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
default.go NET-5338 - NET-5338 - Run a v2 mode xds server (#18579) 2023-08-24 16:44:14 -06:00
default_ce.go OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
deprecated.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
deprecated_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
doc.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
file_watcher.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
file_watcher_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
flags.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
flags_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
flagset.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
golden_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
limits.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
limits_windows.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
merge.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
merge_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
ratelimited_file_watcher.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
ratelimited_file_watcher_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
runtime.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
runtime_ce.go OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
runtime_ce_test.go OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
runtime_test.go Add TCP+TLS Healthchecks (#18381) 2023-09-05 13:34:44 -07:00
segment_ce.go OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00
segment_ce_test.go OSS -> CE (community edition) changes (#18517) 2023-08-22 09:46:03 -05:00