- Sort Score
- Result 10 results
- Languages All
Results 31 - 32 of 32 for svcaccts (0.1 sec)
-
cmd/iam-object-store.go
} bootstrapTraceMsg("loading STS account policy mapping") stsPolicyMappingLoadStartTime := UTCNow() var stsPolicyMappingsCount int for _, svcAcc := range svcUsersMap { svcParent := svcAcc.Credentials.ParentUser if _, ok := cache.iamUsersMap[svcParent]; !ok { stsPolicyMappingsCount++ // If a service account's parent user is not in iamUsersMap, the
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 23:40:37 UTC 2024 - 26.6K bytes - Viewed (0) -
cmd/admin-handlers-users_test.go
svcAdmClient, err := madmin.NewWithOptions(s.endpoint, &madmin.Options{ Creds: credentials.NewStaticV4(cr.AccessKey, cr.SecretKey, ""), Secure: s.secure, }) if err != nil { c.Fatalf("Err creating svcacct admin client: %v", err) } svcAdmClient.SetCustomTransport(s.TestSuiteCommon.client.Transport) // Attempt to update the policy on the service account. err = svcAdmClient.UpdateServiceAccount(ctx, cr.AccessKey,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Sep 22 00:33:43 UTC 2024 - 47.3K bytes - Viewed (0)