- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for updateUserWithClaims (0.3 sec)
-
cmd/iam-store.go
policy, _ = c.iamGroupPolicyMap.Load(group) } for _, p := range policy.toSlice() { policies.Add(p) } } return policies.ToSlice(), updatedAt, nil } func (c *iamCache) updateUserWithClaims(key string, u UserIdentity) error { if u.Credentials.SessionToken != "" { jwtClaims, err := extractJWTClaims(u) if err != nil { return err } u.Credentials.Claims = jwtClaims.Map() }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 87.1K bytes - Viewed (0)