Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printIAMRoles (0.07 sec)

  1. 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 Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 75.3K bytes
    - Viewed (0)
Back to top