fix : IAM Intialization failing with a large number of users/policies (#11701)

This commit is contained in:
sgandon
2021-03-05 17:36:16 +01:00
committed by GitHub
parent fa9cf1251b
commit 124816f6a6
3 changed files with 124 additions and 53 deletions

View File

@@ -561,6 +561,7 @@ func (sys *IAMSys) Load(ctx context.Context, store IAMStorageAPI) error {
default:
close(sys.configLoaded)
}
logger.Info("IAM initialization complete")
return nil
}