Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Zabbix API token instead user login #1513

Closed
thiagotkt opened this issue Oct 19, 2022 · 5 comments · Fixed by #1662
Closed

Use Zabbix API token instead user login #1513

thiagotkt opened this issue Oct 19, 2022 · 5 comments · Fixed by #1662

Comments

@thiagotkt
Copy link

There are too many Grafana user that use Zabbix plugin that generate many sessions that constantly updating lastaccess on table sessions that is causing waits on database. The new feature, API token, not use session table then it will decrease updates on the table and can be helpful to large environment.

@Th3Tubby3d
Copy link

{ "jsonrpc" : "2.0", "method" : "host.get", "params" : {}, "id" : 1, "auth" : "$authToken" }

If the ask is to be able to manipulate the auth field directly without any of the other authentication mechanisms ("$authToken") in my generic example of a Zabbix API call, I would similarly appreciate this functionality.

@thiagotkt
Copy link
Author

Yes, I would like to use the api token instead of the user and password in the datasource configuration. Zabbix doc ref: https://www.zabbix.com/documentation/6.0/en/manual/web_interface/frontend_sections/administration/general#api-tokens

@X5-Evgeny-Semerikov
Copy link

X5-Evgeny-Semerikov commented Nov 21, 2022

This is nice feature if it will be implemented. @alexanderzobnin there is too hard?

@jgarconi
Copy link

I'm having the same issue. Waiting for updates.

@Raimond56
Copy link

Upvote, would be nice to have API Token audentication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants