-
Environment
Steps to Reproduce
Replace "$token" with the read-only and read-write tokens from steps 1 and 2, and use an ID for the interface you know exists. Expected BehaviorResponse for both:
(ids and mac address results will vary based on your data) Observed BehaviorThe expected behavior occurred with the read-write id/token. The following occurred with the read-only token/id:
|
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
I have also tried to get a generic list by leaving off the ID of the specific interface with identical results. |
Beta Was this translation helpful? Give feedback.
-
I am unable to reproduce this on our master instance:
I suspect you have given the users different permissions |
Beta Was this translation helpful? Give feedback.
-
Testing with a user that only has "can view" permissions results in the same:
|
Beta Was this translation helpful? Give feedback.
-
Is there a permission set on a database table that may need adjusting, possibly? Is there a debug setting that I can turn on to help provide some guidance? As for users, we use LDAP authentication. Both users are in the group that grants access. One user has a green check under "Write enabled" while the other has a red X. The idea is that we want to have a "read-only service account" that can read information but not alter it for some of our automation scripts. |
Beta Was this translation helpful? Give feedback.
-
So for gits and shiggles I tried turning on "write enabled" and it did not resolve the issue. This would indicate some authentication level issue or a permission issue somewhere inside. |
Beta Was this translation helpful? Give feedback.
-
How are your permissions structured? Does the read only account have access in the web interface to those interfaces? |
Beta Was this translation helpful? Give feedback.
-
OK, so it looks like I had to go into the admin page and add in the permissions and it works now. |
Beta Was this translation helpful? Give feedback.
OK, so it looks like I had to go into the admin page and add in the permissions and it works now.