grafana-toolbox / grafana-client

Python client library for accessing the Grafana HTTP API.
MIT License
106 stars 30 forks source link

Service Account functionality #137

Closed einar-lanfranco closed 7 months ago

einar-lanfranco commented 11 months ago

I develop some functions i need, its a parcial functionality but i could make a pull request if you want to.

I use this fork https://github.com/einar-lanfranco/grafana-client

amotl commented 11 months ago

Dear Einar,

thank you for writing in, and for working on supporting Service Accounts. Your contribution will be much appreciated.

With kind regards, Andreas.

einar-lanfranco commented 11 months ago

PR Done! :D

amotl commented 10 months ago

Dear @einar-lanfranco and @feerbau,

GH-139 has been merged, and grafana-client 3.11.0 has just been released, including your improvement. Thank you again.

What is yet missing, is the wrapper for Update service account. Maybe you can add it on behalf of a subsequent patch, including a corresponding test case?

With kind regards, Andreas.

amotl commented 8 months ago

What is yet missing, is the wrapper for Update service account.

There is a patch now, which improves the situation.

amotl commented 8 months ago

Corresponding enhancements have been included in grafana-client 4.0.0. Please let us know if they improve the situation for you.

chintal commented 7 months ago

I've used service accounts in 4.0+. No noticeable issues.

amotl commented 7 months ago

Thank you. Closing.