minio/cmd/config/etcd
Harshavardhana 5c6bfae4c7
fix: load credentials from etcd directly when possible (#11339)
under large deployments loading credentials might be
time consuming, while this is okay and we will not
respond quickly for `mc admin user list` like queries
but it is possible to support `mc admin user info`

just like how we handle authentication by fetching
the user directly from persistent store.

additionally support service accounts properly,
reloaded from etcd during watch() - this was missing

This PR is also half way remedy for #11305
2021-01-25 20:01:49 -08:00
..
etcd.go fix: load credentials from etcd directly when possible (#11339) 2021-01-25 20:01:49 -08:00
etcd_test.go Extend further validation of config values (#8469) 2019-10-30 23:39:09 -07:00
help.go Update help messages with new wording (#8616) 2019-12-06 13:53:51 -08:00