mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-05-03 13:07:48 +08:00
adjust logs
This commit is contained in:
parent
6e999f1176
commit
244841f080
@ -146,7 +146,7 @@ func (iam *IdentityAccessManagement) lookupByAccessKey(accessKey string) (identi
|
|||||||
|
|
||||||
for _, ident := range iam.identities {
|
for _, ident := range iam.identities {
|
||||||
for _, cred := range ident.Credentials {
|
for _, cred := range ident.Credentials {
|
||||||
println("checking", ident.Name, cred.AccessKey)
|
// println("checking", ident.Name, cred.AccessKey)
|
||||||
if cred.AccessKey == accessKey {
|
if cred.AccessKey == accessKey {
|
||||||
return ident, cred, true
|
return ident, cred, true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user