Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testRoleARNs (0.18 sec)

  1. cmd/sts-handlers_test.go

    				if err != nil {
    					c.Fatalf("Error setting up openid providers for tests: %v", err)
    				}
    				suite.TestOpenIDSTSWithRolePolicy(c, testRoleARNs[0], testRoleMap[testRoleARNs[0]])
    				suite.TestOpenIDSTSWithRolePolicy(c, testRoleARNs[1], testRoleMap[testRoleARNs[1]])
    				suite.TestOpenIDServiceAccWithRolePolicy(c)
    				suite.TearDownSuite(c)
    			},
    		)
    	}
    }
    
    // Access Management Plugin tests
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 85.7K bytes
    - Viewed (0)
Back to top