mirror of
https://github.com/minio/minio.git
synced 2025-03-24 22:44:16 -04:00
- The race happens with a goroutine that refreshes IAM cache data from storage. - It could lead to deleted users re-appearing as valid live credentials. - This change also causes CI to run tests without a race flag (in addition to running it with).