Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/admin-handlers-users_test.go

    		SecretKey: "newroot123",
    	})
    	if err == nil {
    		c.Fatalf("restricted service account was able to create service account bypassing sub-policy!")
    	}
    }
    
    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 Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Oct 15 17:00:45 UTC 2025
    - 50.6K 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 Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Oct 15 17:00:45 UTC 2025
    - 103.4K bytes
    - Viewed (1)
Back to top