- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for newroot123 (0.06 seconds)
-
cmd/admin-handlers-users_test.go
restrictedAdmClient := s.getAdminClient(c, "restricted", "restricted123", "") _, err = restrictedAdmClient.AddServiceAccount(ctx, madmin.AddServiceAccountReq{ AccessKey: "newroot", 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) {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Oct 15 17:00:45 GMT 2025 - 50.6K bytes - Click Count (0) -
cmd/sts-handlers_test.go
restrictedAdmClient := s.getAdminClient(c, value.AccessKeyID, value.SecretAccessKey, value.SessionToken) _, err = restrictedAdmClient.AddServiceAccount(ctx, madmin.AddServiceAccountReq{ AccessKey: "newroot", SecretKey: "newroot123", }) if err == nil { c.Fatalf("restricted STS account was able to create service account bypassing sub-policy!") } } func (s *TestSuiteIAM) TestSTSWithTags(c *check) {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Oct 15 17:00:45 GMT 2025 - 103.4K bytes - Click Count (1)