Commit 16a6c02
Fix TTL zero-value guard and document CIMD+baseline scope interaction
- Change cache_fallback_ttl validation from < 0 to <= 0 in
CIMDRunConfig.Validate(). A zero TTL would expire every cache entry
immediately, causing an outbound CIMD fetch on every authorize request.
- Add note to baselineClientScopes CRD field comment that when
cimd.enabled is true, baseline scopes are also unioned into
CIMD-resolved clients, including third-party ones.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 9dfadb0 commit 16a6c02
2 files changed
Lines changed: 5 additions & 2 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
296 | 299 | | |
297 | 300 | | |
298 | 301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
| 160 | + | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
0 commit comments