Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notifyForServiceAccount (0.59 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(accessKey) {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 21:28:16 GMT 2024
    - 71.1K bytes
    - Viewed (1)
Back to top