Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SetUpAccMgmtPlugin (0.09 sec)

  1. cmd/admin-handlers-users_test.go

    	} else if !strings.Contains(err.Error(), "Access Denied") {
    		c.Fatalf("unexpected error: %v", err)
    	}
    }
    
    func (s *TestSuiteIAM) SetUpAccMgmtPlugin(c *check) {
    	ctx, cancel := context.WithTimeout(context.Background(), testDefaultTimeout)
    	defer cancel()
    
    	pluginEndpoint := env.Get("_MINIO_POLICY_PLUGIN_ENDPOINT", "")
    	if pluginEndpoint == "" {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Sep 22 00:33:43 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  2. cmd/sts-handlers_test.go

    				defer suite.TearDownSuite(c)
    
    				err := suite.SetUpOpenIDs(c, testApps, rolePolicies)
    				if err != nil {
    					c.Fatalf("Error setting up openid providers for tests: %v", err)
    				}
    
    				suite.SetUpAccMgmtPlugin(c)
    
    				suite.TestOpenIDSTSWithRolePolicyUnderAMP(c, testRoleARNs[0], testRoleMap[testRoleARNs[0]])
    				suite.TestOpenIDSTSWithRolePolicyUnderAMP(c, testRoleARNs[1], testRoleMap[testRoleARNs[1]])
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 23:40:37 UTC 2024
    - 97.1K bytes
    - Viewed (0)
Back to top