minio/internal/config/scanner
Harshavardhana 0c31e61343
allow protection from invalid config values (#19460)
we have had numerous reports on some config
values not having default values, causing
features misbehaving and not having default
values set properly.

This PR tries to address all these concerns
once and for all.

Each new sub-system that gets added

- must check for invalid keys
- must have default values set
- must not "return err" when being saved into
  a global state() instead collate as part of
  other subsystem errors allow other sub-systems
  to independently initialize.
2024-04-10 18:10:30 -07:00
..
help.go fix: allow configuring excess versions alerting (#19028) 2024-02-11 23:41:53 -08:00
scanner.go allow protection from invalid config values (#19460) 2024-04-10 18:10:30 -07:00