-
Notifications
You must be signed in to change notification settings - Fork 851
Open
Description
Summary
There appears to be a discrepancy between the default values specified in records.yaml and the actual default values defined in the code. These should be verified and synchronized.
Example Discrepancy
| Configuration | records.yaml Value | In-Code Default |
|---|---|---|
proxy.config.ssl.client.verify.server.policy |
PERMISSIVE | ENFORCED |
Suggested Action
- Audit all configuration defaults in
records.yamlagainst their corresponding in-code defaults - Determine which value is the intended default
- Synchronize the values to ensure consistency
- Consider adding a CI check to prevent future drift between these two sources of truth
Impact
Configuration mismatches can lead to unexpected behavior when users rely on documented defaults versus actual runtime defaults.
Metadata
Metadata
Assignees
Labels
No labels