- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for printIAMRoles (0.05 sec)
-
cmd/iam.go
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) // Indicate to our routine to exit cleanly upon return. defer cancel() // Migrate storage format if needed. for {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Oct 15 17:00:45 UTC 2025 - 76.5K bytes - Viewed (0)