Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/admin-handlers-users_test.go

    	// This is possible because the policy enforced in the plugin.
    	c.mustCreateSvcAccount(ctx, globalActiveCred.AccessKey, userAdmClient)
    }
    
    func (c *check) mustCreateIAMUser(ctx context.Context, admClnt *madmin.AdminClient) madmin.Credentials {
    	c.Helper()
    	randUser := mustGetUUID()
    	randPass := mustGetUUID()
    	err := admClnt.AddUser(ctx, randUser, randPass)
    	if err != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 47.4K bytes
    - Viewed (0)
Back to top