Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notifyForServiceAccount (0.23 sec)

  1. cmd/iam.go

    	if err != nil {
    		return updatedAt, err
    	}
    
    	sys.notifyForUser(ctx, accessKey, false)
    	return updatedAt, nil
    }
    
    func (sys *IAMSys) notifyForServiceAccount(ctx context.Context, accessKey string) {
    	// Notify all other Minio peers to reload the service account
    	if !sys.HasWatcher() {
    		for _, nerr := range globalNotificationSys.LoadServiceAccount(ctx, accessKey) {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Wed Oct 15 17:00:45 UTC 2025
    - 76.5K bytes
    - Viewed (0)
Back to top