You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C1 - Fix CacheFallbackTTL to string in CIMDRunConfig so YAML/JSON
operators can write "5m" instead of nanoseconds. resolveCIMDConfig
parses it with time.ParseDuration at runtime.
C6 - Add slog.Debug when applyDefaults substitutes CIMD defaults,
matching the pattern used by the sibling token-lifespan defaults.
C7 - Add CIMDRunConfig.Validate() and call it from RunConfig.Validate()
so CIMD misconfiguration fails at the wire-format boundary before
the runner resolves secrets.
C10 - Add test cases to TestConfigValidate and TestRunConfigValidate
covering all new CIMD validation paths.
C11 - Add TestNewServer_CIMDEnabled_WrapsStorage: verifies the CIMD
decorator is actually installed in the storage chain when
CIMDEnabled=true.
C12 - Add comment in discovery.go explaining why
client_id_metadata_document_supported is in OIDC discovery.
C13 - Add doc comment on server.storage noting it may be decorated.
C14 - Add note to IsClientIDMetadataDocumentURL about pkg/auth/remote
callers and why the loopback widening is safe there.
Regenerate swagger docs: CacheFallbackTTL now serialises as string.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments