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
Hi divinity666, thank you so much for building this application this has been a great help since we transitioned to open-source for monitoring purpose and this tool really helps us take reports of the dashboards.
In my scenario, I have many clients under my Grafana which are isolated via Organizations where each tenant has their own Organization. When we switch to a different org, other than our main org, we're not able to take the reports from them. And we had noticed that the service account token only lives under an Organization, so when trying to take reports, since the reporter is not able to validate the token, it prints an empty report.
If it's not too much to ask, would you be able to make changes in authentication method to use the username and password so that I can pass in my admin creds and be able to take reports from all of the organizations?
Please do let me know if it's already in my place. I also posted a comment in an Open Issue but by no means I'm a developer and don't know how to configure it on my own. (Ref issue: #54)
The text was updated successfully, but these errors were encountered:
I am using grafana APIs to make the reporter run. Especially, I am also using these APIs to do authentication. At that level, I only have the option to use the service accounts (if I recall correctly...). This is, why I cannot use username and password. Apart from that, this way sounds a bit hacky to me :-)
Anyway, it is possible to configure as many grafana instances in your config file in the grafana section. You can give each grafana instance a name, an API token and URL. In the report calls, you then would have to refer to the corresponding grafana instance. Depending on your use-case, this could be an option for you.
Hi divinity666, thank you so much for building this application this has been a great help since we transitioned to open-source for monitoring purpose and this tool really helps us take reports of the dashboards.
In my scenario, I have many clients under my Grafana which are isolated via Organizations where each tenant has their own Organization. When we switch to a different org, other than our main org, we're not able to take the reports from them. And we had noticed that the service account token only lives under an Organization, so when trying to take reports, since the reporter is not able to validate the token, it prints an empty report.
If it's not too much to ask, would you be able to make changes in authentication method to use the username and password so that I can pass in my admin creds and be able to take reports from all of the organizations?
Please do let me know if it's already in my place. I also posted a comment in an Open Issue but by no means I'm a developer and don't know how to configure it on my own. (Ref issue: #54)
The text was updated successfully, but these errors were encountered: