9aa9721143
In some refactoring, a bug was introduced where if the connect.proxy stanza in a submitted job was nil, the default proxy configuration would not be initialized with default values, effectively breaking Connect. connect { sidecar_service {} # should work } In contrast, by setting an empty proxy stanza, the config values would be inserted correctly. connect { sidecar_service { proxy {} # workaround } } This commit restores the original behavior, where having a proxy stanza present is not required. The unit test for this case has also been corrected. |
||
---|---|---|
.. | ||
acl_testing.go | ||
catalog_testing.go | ||
check_watcher.go | ||
check_watcher_test.go | ||
client.go | ||
client_test.go | ||
connect.go | ||
connect_test.go | ||
group_test.go | ||
int_test.go | ||
structs.go | ||
testing.go | ||
unit_test.go | ||
version_checker.go | ||
version_checker_test.go |