mirror of
https://github.com/minio/minio.git
synced 2025-01-25 21:53:16 -05:00
79a58e275c
- 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).