I would like to introduce User Level on my opc-ua server. First of all, it works fine with encryption, self-signed certificates and so on.
But now I would like to adjust the UserAccessLevel of Variable Nodes depending on users. If I understood the documentation correctly, the node attributes RolePermissions and UserRolePermission must be used for this, which are not yet supported in open62541, right?
Do you know if this topic is already in progress? I have not found any open pull requests for it. If nothing is available yet, I could take this action by myself and do afterwards a pull request.
But before I start, I would like to ask if I understand the documentation correctly
or I am on the wrong track and have to find out via another variable which user has read/ wirte/ brwose rights for which node? And if so, how is this variable called? I already know how to manipulate the SessionContext etc. and how to override the default function. The only thing what is missing is, that I can check for each node, which role it is assigned to.