mrparkers / terraform-provider-keycloak

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

[authz] Is the provider officialy released for KeyCloak Authorization Services or not ? #416

Open semangard opened 3 years ago

semangard commented 3 years ago

Hello,

There isn't any doc on https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs about KeyCloak Authorization Services despite resources seems to be available with some few examples

==> Is that officially released or not ? What is the coverage of these resources compared to all KC features ? When do you plan to publish the doc ?

Regards

mrparkers commented 3 years ago

You're right, a lot of the authz features that are implemented within this provider are missing documentation. You can look here for a basic example of what exists and how to use it: https://github.com/mrparkers/terraform-provider-keycloak/blob/master/example/client_authorization_policys.tf

I've tried to backfill missing docs when I've had time, but I've never actually used the authz features of Keycloak, so it's a bit of a struggle for me to document these features when I don't personally understand them myself 😅