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: Plugin E2E user management should work when basic auth is disabled #968

Closed
2 of 7 tasks
sunker opened this issue Jun 19, 2024 · 1 comment
Closed
2 of 7 tasks
Assignees
Labels
enhancement New feature or request

Comments

@sunker
Copy link
Contributor

sunker commented Jun 19, 2024

Which areas does this feature request relate to

  • Create Plugin
  • Sign Plugin
  • Plugin E2E
  • Plugin Meta Extractor
  • Documentation

Problem

plugin-e2e provides a declarative way to create new users in a setup project. Under the hood, plugin-e2e uses the Grafana api to do this, however it's using basic auth which is disabled by default in scaffolded plugins.

Solution

Any interaction with the Grafana http api should be done on behalf of a logged in user.

Alternatives

No response

Additional context

No response

Are you interested in contributing the solution?

  • Yes
  • No
@sunker
Copy link
Contributor Author

sunker commented Jun 25, 2024

Fixed in #965

@sunker sunker closed this as completed Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant