- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for mustCreateSvcAccount (0.06 seconds)
-
cmd/admin-handlers-users_test.go
Policies: []string{policy2}, User: accessKey, }) if err != nil { c.Fatalf("unable to attach policy: %v", err) } // 3.3 check user can create service account implicitly. c.mustCreateSvcAccount(ctx, accessKey, admClnt) _, ok = ps[policy2] if !ok { c.Fatalf("policy was missing!") } err = s.adm.RemoveUser(ctx, accessKey) if err != nil {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Oct 15 17:00:45 GMT 2025 - 50.6K bytes - Click Count (0) -
cmd/sts-handlers_test.go
Secure: s.secure, }) if err != nil { c.Fatalf("Err creating user admin client: %v", err) } userAdmClient.SetCustomTransport(s.TestSuiteCommon.client.Transport) // Create svc acc cr := c.mustCreateSvcAccount(ctx, value.AccessKeyID, userAdmClient) svcClient := s.getUserClient(c, cr.AccessKey, cr.SecretKey, "") // 1. Check S3 access for service account ListObjects() c.mustListObjects(ctx, svcClient, bucket)Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Oct 15 17:00:45 GMT 2025 - 103.4K bytes - Click Count (1)