minio/internal/config
Aditya Manthramurthy 7f629df4d5
Add generic function to retrieve config value with metadata (#15083)
`config.ResolveConfigParam` returns the value of a configuration for any
subsystem based on checking env, config store, and default value. Also returns info
about which config source returned the value.

This is useful to return info about config params overridden via env in the user
APIs. Currently implemented only for OpenID subsystem, but will be extended for
others subsequently.
2022-06-17 11:39:21 -07:00
..
api standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
cache standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
callhome Add periodic callhome functionality (#14918) 2022-06-06 16:14:52 -07:00
compress Add "enable" to config help (#14866) 2022-05-05 04:17:04 -07:00
dns re-use transport for AdminInfo() call (#14571) 2022-03-17 16:20:10 -07:00
etcd standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
heal standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
identity Add generic function to retrieve config value with metadata (#15083) 2022-06-17 11:39:21 -07:00
notify Add "enable" to config help (#14866) 2022-05-05 04:17:04 -07:00
policy Add support for Access Management Plugin (#14875) 2022-05-10 17:14:55 -07:00
scanner standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
storageclass standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
subnet Add periodic callhome functionality (#14918) 2022-06-06 16:14:52 -07:00
bool-flag.go heal: Enable periodic bitrot scan configuration (#14464) 2022-04-07 08:10:40 -07:00
bool-flag_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
certs.go fix: possible crash if private.key is empty (#14208) 2022-01-30 12:55:21 -08:00
certs_test.go start using t.SetEnv instead of os.Setenv (#14787) 2022-04-23 15:33:45 -07:00
certsinfo.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
config.go Add generic function to retrieve config value with metadata (#15083) 2022-06-17 11:39:21 -07:00
config_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
constants.go support reading systemctl config automatically on baremetal setups (#15066) 2022-06-10 09:59:15 -07:00
crypto.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
crypto_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
errors-utils.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
errors.go feat: Single drive XL implementation (#14970) 2022-05-30 10:58:37 -07:00
help.go standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
legacy.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00