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
Implement all review feedback from @agateau-gg:
- Remove allow_self_signed field from UserConfig, keep only insecure
- Convert allow_self_signed to insecure during config loading
- Use ui.display_warning() directly instead of deprecation_messages
- Shorten all deprecation warning messages
- Reorder --insecure help text (functionality before warning)
- Update v1 config converter to map allow_self_signed to insecure
- Simplify code by eliminating dual field state
This makes the code cleaner and prevents inconsistent state where
allow_self_signed and insecure could have different values.
Issue: SCRT-5952
0 commit comments