Commit 26888ad
fix: add PooledConnectionLifetime to static discovery HttpClient
The static HttpClient used for OIDC discovery document fetching never
recycled its handler, meaning DNS changes to the IdP would not be
picked up in containerized deployments. Adding PooledConnectionLifetime
of 5 minutes ensures connections are recycled periodically.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent a9b9f9b commit 26888ad
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
107 | 111 | | |
108 | 112 | | |
109 | 113 | | |
| |||
0 commit comments