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 ?

It's fixed on https://github.com/eclipse/milo/tree/release/0.3.3 now if you want to verify.

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

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

_______________________________________________
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