zahiar / terraform-provider-graylog

Terraform Provider for Graylog
https://registry.terraform.io/providers/zahiar/graylog/latest
MIT License
12 stars 8 forks source link

Support API v4 for user management #10

Closed gaetan-craft closed 2 years ago

gaetan-craft commented 2 years ago

User management changed a bit with v4 of graylog-server. This PRs fixes the creation and update of user in new version while keeping old version. I'm not a seasoned go developer, feel free to suggest enhancement

zahiar commented 2 years ago

@gaetan-craft Thanks for this. I'll take a look over the weekend 🙂

zahiar commented 2 years ago

@gaetan-craft Thanks for this - couple of items to address & then it'll be good to merge/release 🎉

zahiar commented 2 years ago

@gaetan-craft looks like some of the acceptance tests are failing, you can try and fix them or if you prefer, I can look over them when I get a chance.

gaetan-craft commented 2 years ago

@gaetan-craft looks like some of the acceptance tests are failing, you can try and fix them or if you prefer, I can look over them when I get a chance.

I'll give it a try in the next days

gaetan-craft commented 2 years ago

@zahiar done, thanks for the review