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

[Feature] data "sonarqube_user" use EMAIL as a filter #255

Open
gudge25 opened this issue Apr 8, 2024 · 1 comment
Open

[Feature] data "sonarqube_user" use EMAIL as a filter #255

gudge25 opened this issue Apr 8, 2024 · 1 comment

Comments

@gudge25
Copy link

gudge25 commented Apr 8, 2024

hello

data "sonarqube_user" "user" {
  login_name = "terraform-test"
}

does not allow to search based on email
but in Sonar API it is possible
изображение

CURL example
curl -u API_KEY: https://sonarqube/api/users/[email protected]

can it be added to terraform ?
Regards

@gudge25 gudge25 changed the title data "sonarqube_user" use EMAIL as a filter [Feature] data "sonarqube_user" use EMAIL as a filter Apr 9, 2024
@gudge25
Copy link
Author

gudge25 commented Apr 9, 2024

maybe we can swithcn to use q instead of ps
in users search ?
image

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

No branches or pull requests

1 participant