OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.97k stars 950 forks source link

[Server] ValidateRolePermissions of MonitoredItems based of the saved user identity to allow validation when no session is present #2832

Open romanett opened 2 weeks ago

romanett commented 2 weeks ago

Proposed changes

Extend IMonitoredItem Interface to allow the access to the savedUserIdentity of the owning Subscription.

This allows the MonitoredNode to validate the RolePermissions of the owning user of the MI to decide if reading the value /event is allowed.

Related Issues

Types of changes

Checklist

Further comments