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

feat: add user module to create/update/delete grafana users #178

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mvalois
Copy link

@mvalois mvalois commented Apr 9, 2024

This PR adds a user module which allows to create/update/delete grafana users.
As Grafana HTTP API does not permit to use API token for the /api/admin endpoint, module calls should provide admin username and password for the module to use basic auth.

@CLAassistant
Copy link

CLAassistant commented Apr 9, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@gardar gardar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add unit and integration tests

@mvalois mvalois requested a review from gardar April 9, 2024 15:40
Copy link
Collaborator

@gardar gardar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the tests, looks like it caught some issues already! 😃

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

Successfully merging this pull request may close these issues.

None yet

3 participants