nessrest icon indicating copy to clipboard operation
nessrest copied to clipboard

Cannot use library if the user has 'Standard' or 'Basic' permissions

Open langlbx opened this issue 9 years ago • 1 comments

I'm trying to use this library in least-privilege environment where the external app needs read permissions but does not and should not be able to modify anything upstream. Even testing with a 'standard' user, I am failing to access the system because the first thing the login attempts to do is access the /scanners URL, which makes sense because of the class (Scanner) but for example if I wanted to create a Scan object, it still tries to reference a scanner first.

Can we fix this so that a least-privilege account can access scan data?

langlbx avatar Jul 09 '16 00:07 langlbx