Commit dee0430
kc/configuration: use system trust when no truststore is provided
When no trust store (CA certificate chain) is provided in kafka client configuration the logic
should default to system embedded trust store. Previously the code path
was missing forcing users to set the trust store manually.
Signed-off-by: Michał Maślanka <michal@redpanda.com>
(cherry picked from commit 907125a)1 parent ba04d8a commit dee0430
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| 346 | + | |
| 347 | + | |
346 | 348 | | |
| 349 | + | |
347 | 350 | | |
348 | 351 | | |
349 | 352 | | |
| |||
0 commit comments