- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for GetAllParentUsers (0.06 sec)
-
cmd/iam.go
// by checking remote IDP if the relevant users are still active and present. func (sys *IAMSys) purgeExpiredCredentialsForExternalSSO(ctx context.Context) { parentUsersMap := sys.store.GetAllParentUsers() var expiredUsers []string for parentUser, puInfo := range parentUsersMap { // There are multiple role ARNs for parent user only when there // are multiple openid provider configurations with the same ID
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Oct 15 17:00:45 UTC 2025 - 76.5K bytes - Viewed (0) -
cmd/iam-store.go
} return nil } // ParentUserInfo contains extra info about a the parent user. type ParentUserInfo struct { subClaimValue string roleArns set.StringSet } // GetAllParentUsers - returns all distinct "parent-users" associated with STS // or service credentials, mapped to all distinct roleARNs associated with the // parent user. The dummy role ARN is associated with parent users fromRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 87.1K bytes - Viewed (0)