nessrest
nessrest copied to clipboard
Cannot use library if the user has 'Standard' or 'Basic' permissions
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?