You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry it's close to my end of day, apparently reading is a bit harder. Removed the previous comments for clarity as it wasn't actually related to your question. Let me rephrase my answer once more.
OrgUsers can work with a token. I can open that up but it does make it a bit more confusing because the permissions for managing these entities are all over the place.
Listing/Uploading users requires basic auth.
Listing/Uploading Orgs requires basic auth.
Add a user to an org can be done via token. I need to investigate but I assume most of the api/user/orgs are probably using the same permissions scheme.
There's also supporting endpoints that are invoked in the code path to for example to get the Org ID for a given slug or orgName that do required admin privileges. Honestly if you're dealing with Orgs you probably should be using your admin account.
That being said, I'll take a pass at this on this on Monday and see if there's a pattern that makes sense once I determine the required permissions for all the given operations and related supporting endpoints.
I saw this issue was opened before, but it was closed as mistake. I am experiencing this issue right now.
Grafana version
The text was updated successfully, but these errors were encountered: