Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GetClaimsForSvcAcc (0.07 seconds)

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

  1. cmd/site-replication.go

    			if user == siteReplicatorSvcAcc {
    				// skip the site replicate svc account as it is
    				// already replicated.
    				continue
    			}
    
    			claims, err := globalIAMSys.GetClaimsForSvcAcc(ctx, acc.Credentials.AccessKey)
    			if err != nil {
    				return errSRBackendIssue(err)
    			}
    
    			_, policy, err := globalIAMSys.GetServiceAccount(ctx, acc.Credentials.AccessKey)
    			if err != nil {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top