Commit 7192d98
committed
Fix tlsTrustCertsFilePath config is not applied for OAuth2
### Motivation
#313 has reverted the
fix of #190, which
applies the `tlsTrustCertsFilePath` config for OAuth2 authentication.
The macOS pre-built libraries are affected most because the bundled CA
path is empty.
### Modification
Apply the `tlsTrustCertsFilePath` for OAuth2.
### TODO
Add the workflow to verify `tlsTrustCertsFilePath` is applied for
OAuth2.1 parent 0bbc155 commit 7192d98
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
347 | 352 | | |
348 | 353 | | |
349 | 354 | | |
| |||
0 commit comments