Commit 9793485
committed
fix: use native root certificates for OIDC discovery
Switch reqwest from `rustls-tls` (embedded webpki/Mozilla roots only) to
`rustls-tls-native-roots` so the HTTP client reads system certificates
and honors the SSL_CERT_FILE environment variable. This is required on
OpenShift where the Keycloak route uses the cluster's ingress CA which
is not in the Mozilla root store.
Aligns with tokio-tungstenite which already uses rustls-tls-native-roots.
Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com>
Signed-off-by: Paolo Dettori <dettori@us.ibm.com>1 parent 906f399 commit 9793485
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments