Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/iam.go

    	updatedAt, err = sys.store.SetUserStatus(ctx, accessKey, status)
    	if err != nil {
    		return
    	}
    
    	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 Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 75.3K bytes
    - Viewed (0)
Back to top