consul/agent/config
Dan Upton b36d4e16b6
Support per-listener TLS configuration ⚙️ (#12504)
Introduces the capability to configure TLS differently for Consul's
listeners/ports (i.e. HTTPS, gRPC, and the internal multiplexed RPC
port) which is useful in scenarios where you may want the HTTPS or
gRPC interfaces to present a certificate signed by a well-known/public
CA, rather than the certificate used for internal communication which
must have a SAN in the form `server.<dc>.consul`.
2022-03-18 10:46:58 +00:00
..
testdata Support per-listener TLS configuration ⚙️ (#12504) 2022-03-18 10:46:58 +00:00
agent_limits.go
builder.go Support per-listener TLS configuration ⚙️ (#12504) 2022-03-18 10:46:58 +00:00
builder_oss.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
builder_oss_test.go Rename `master` and `agent_master` ACL tokens in the config file format (#11665) 2021-12-01 21:08:14 +00:00
builder_test.go config: correctly capture all errors. 2022-01-05 17:51:03 -05:00
config.go Support per-listener TLS configuration ⚙️ (#12504) 2022-03-18 10:46:58 +00:00
config_oss.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
default.go Support per-listener TLS configuration ⚙️ (#12504) 2022-03-18 10:46:58 +00:00
default_oss.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
deprecated.go Support per-listener TLS configuration ⚙️ (#12504) 2022-03-18 10:46:58 +00:00
deprecated_test.go Support per-listener TLS configuration ⚙️ (#12504) 2022-03-18 10:46:58 +00:00
doc.go
file_watcher.go file watcher to be used for configuration auto-reload feature (#12301) 2022-02-21 11:36:52 -05:00
file_watcher_test.go file watcher to be used for configuration auto-reload feature (#12301) 2022-02-21 11:36:52 -05:00
flags.go
flags_test.go
flagset.go
golden_test.go
limits.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
limits_windows.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
merge.go
merge_test.go
runtime.go Support per-listener TLS configuration ⚙️ (#12504) 2022-03-18 10:46:58 +00:00
runtime_oss.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
runtime_oss_test.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
runtime_test.go Support per-listener TLS configuration ⚙️ (#12504) 2022-03-18 10:46:58 +00:00
segment_oss.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00
segment_oss_test.go re-run gofmt on 1.17 (#11579) 2021-11-16 12:04:01 -06:00