Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] RestrictedAccessDelegate can disable read/write but subscription is still allowed ?
  • From: Ari Suutari <ari.suutari@xxxxxxxxxxxxxxx>
  • Date: Fri, 9 Aug 2019 11:34:20 +0000
  • Accept-language: fi-FI, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=syncrontech.com; dmarc=pass action=none header.from=syncrontech.com; dkim=pass header.d=syncrontech.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=52j/NnG+t5e+tK1SIt0Mc+Xx2YBt7qqzXvV1Yi3+BNA=; b=nLU8+AcxxF4q1AjrdPnvGSgJVfUOs41RVRSDRG28SMfkQeCrClgMNIrQGBFOcGxludwFw1e7Buh0ubLjKstL0X2Hkdl/XWxAmNTFxs3D+kT0oQQ2tSSQlF1r1DYrEF/WKhe5u2+GS9puK4u3BE4xAguUVCRYHIQK7nhTJqZ3UTwvbmrK/7kuSVLaXAb4jChWFJEriN0uFXSOAYfgjQLogRvBz8aMA4ECjQ35mDB2wiRBCkMA0ULPqQ49Rj5uMFmHZ+GPXuUkkcMqu8WxP9Z/pBzMH1nBp2yjRZmsK0lLU5pYo8ygj/Ql/HoV9XgADOuOkwuyGMTmSrnhE7qorvRRfA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nQOryhJOxjRrZ6lMKX/5WtmX1GnpyP3nUtVy4Dcg0d7LGkHx4BcGSgetEps1RbLisQxSrUFbgNLllmI5nb6armwYqsUke4y+w6kTcNwV7CJloKCqb626IvwEgw8+EgRraFqC8+EZJYt6fhNhTc+ipXG7a3iOMZZw3GLkdoPv8sBfzZwe2EE7/jcjojdQbUpq0jx/kLsH90ixj0AGCY9tyodRujV+wGlJsOlYMvEGbtFaB2KzEB29nE+1FT7IkvtpQ5eeQqP7P2eJTW+GZlsnPx87NX+oWToHZJgMlmJp5ScsbPzEuGVLDBVkDQIAVZyUM0YdpDJ6sYvSY0iYxKJTCw==
  • Delivered-to: milo-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/milo-dev>
  • List-help: <mailto:milo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/milo-dev>, <mailto:milo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/milo-dev>, <mailto:milo-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdVOkpYQagM8cg42QuitfzyilNDEOgAE3mCAAAARTtA=
  • Thread-topic: [milo-dev] RestrictedAccessDelegate can disable read/write but subscription is still allowed ?

Great! Thanks,

 

    Ari S.

 

 

From: milo-dev-bounces@xxxxxxxxxxx <milo-dev-bounces@xxxxxxxxxxx> On Behalf Of Kevin Herron
Sent: perjantai 9. elokuuta 2019 14.32
To: milo developer discussions <milo-dev@xxxxxxxxxxx>
Subject: Re: [milo-dev] RestrictedAccessDelegate can disable read/write but subscription is still allowed ?

 

Ari,

 

This is a bug and I see where it's happening. I'll fix it for 0.3.3-RC2.

 

 

Thanks for reporting.

 

 

On Fri, Aug 9, 2019 at 2:18 AM Ari Suutari <ari.suutari@xxxxxxxxxxxxxxx> wrote:

Hi,

 

I have an OPC server implementation based on milo 0.3.3-RC1. In my namespaces there are

objects that are restricted from reading/writing by RestrictedAccessDelegate (from milo server examples).

This works well if client issues read against protected object, BadUserAccessDenied is returned as expected.

 

But it seems that I can still create a subscription which has protected object in it. And server sends actual

values for it.

 

So what might be the extra steps that need to be taken to protect the object also for being included in subscription ?

 

     Ari S.

 

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev


Back to the top