mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
Apache License 2.0
622 stars 305 forks source link

Fine-grained permissions support #609

Open myardyas opened 2 years ago

myardyas commented 2 years ago

@mrparkers Good day. Thanks again for your efforts and very useful product! There is a question - is support of fine-grained permissions fully available? Why I'm asking. I'd like to enable permissions for realm role and see a lot of "keycloak_openid_clientauthorization*" resources in a providers/ directory. But providers.go file mentions only a few of them. And from a client perspective they look as unsupported by provider. Is there any chance all these "keycloak_openid_clientauthorization*" resources become supported? Thanks in advance!

arthurlbrjc commented 2 years ago

Hi @mrparkers ! Like myardyas here, we are trying to use fine-grained permissions. Specifically, we need to be able to set permissions on roles. We found this pull request dealing exactly with this. Is there a way we can help move it forward ?

MarS919 commented 2 years ago

@mrparkers Any news about this?