- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GetRoleInfo (0.07 sec)
-
cmd/iam.go
// Initialize RoleARNs sys.rolesMap = make(map[arn.ARN]string) // From OpenID maps.Copy(sys.rolesMap, sys.OpenIDConfig.GetRoleInfo()) // From AuthN plugin if enabled. if authn := newGlobalAuthNPluginFn(); authn != nil { maps.Copy(sys.rolesMap, authn.GetRoleInfo()) } sys.printIAMRoles() sys.Unlock() retryCtx, cancel := context.WithCancel(ctx)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 75.3K bytes - Viewed (0)