mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
add missing STS accounts loading (#20279)
PR #20268 missed loading STS accounts map properly
This commit is contained in:
@@ -179,7 +179,7 @@ func (sys *IAMSys) initStore(objAPI ObjectLayer, etcdClient *etcd.Client) {
|
||||
|
||||
if etcdClient == nil {
|
||||
var group *singleflight.Group
|
||||
if env.Get("_MINIO_IAM_SINGLE_FLIGHT", config.EnableOff) == config.EnableOn {
|
||||
if env.Get("_MINIO_IAM_SINGLE_FLIGHT", config.EnableOn) == config.EnableOn {
|
||||
group = &singleflight.Group{}
|
||||
}
|
||||
sys.store = &IAMStoreSys{
|
||||
|
||||
Reference in New Issue
Block a user