mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
598 stars 292 forks source link

If possible, add warning to documentation for keycloak_user resource for possible GDPR issues #925

Open jessfdm-codes opened 5 months ago

jessfdm-codes commented 5 months ago

Hi,

I thought it worth mentioning - it could be useful to have a warning in the documentation for keycloak_user purely as this will often end up in a git repo- and if that repo is not locked down and very throughly managed there is the possibility that this approach will violate GDPR. Namely the right to have data be confidencial (it's possible that the repo may be public, or at least public within an organisation for everyone to see) and the right to erasure (git logs are hard to clean if someone wants their personal data out of the repo when they, say, leave the company).

Groups and roles are less susceptible to this, and it's possible that using some thing like keycloak_user for a service account would be safe, but I still feel it might be pertinent to add a slight warning to users to make use of this resource with caution.