Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOpenIDSTSWithRolePolicy (1.32 sec)

  1. cmd/sts-handlers_test.go

    				err := suite.SetUpOpenIDs(c, testApps, rolePolicies)
    				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)
    			},
    		)
    	}
    }
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 100.2K bytes
    - Viewed (1)
Back to top