Skip to content

Commit

Permalink
Add root user to ListAccessKeysBulk (minio#20517)
Browse files Browse the repository at this point in the history
  • Loading branch information
taran-p authored Oct 3, 2024
1 parent cb1d3e5 commit ba70118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/admin-handlers-users.go
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,7 @@ func (a adminAPIHandlers) ListAccessKeysBulk(w http.ResponseWriter, r *http.Requ
for user := range users {
checkedUserList = append(checkedUserList, user)
}
checkedUserList = append(checkedUserList, globalActiveCred.AccessKey)
} else {
for _, user := range users {
// Validate the user
Expand Down

0 comments on commit ba70118

Please sign in to comment.