Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for newroot123 (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. 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)
Back to Top