Michael Parker
Michael Parker
Hi @semangard, thanks for opening this issue. This is a relatively new feature of terraform that was introduced with Terraform 0.15.4 (which I assume you are using). The latest release...
Yeah, I ran into something similar when testing locally with the example configuration. Sometimes it would show this message, other times it wouldn't, even though I didn't make any changes...
> If I create a new client with keep_defaults to false then only the default resource is not created; the default policy and permission are still created. Is that expected...
@tomrutsaert do you know if this is covered by any of the authorization policy resources?
Yes, it looks like @liamkinne is correct, I don't think there's an API that the provider can use to set Keycloak's log level. You'll have to set it yourself when...
That isn't currently supported. I could see this being a new resource, like `keycloak_openid_client_scope_role_scope_mappings`, although that is a pretty long name. Let me know if you have any suggestions for...
Hi @peter-fe, I'm so happy to hear that the provider has been working well for you. If you happen to need the Google identity provider, then the good news is...
Awesome! Just to give a quick example, here's the simple configuration that my current employer uses with their GSuite logins: ```hcl resource "keycloak_oidc_google_identity_provider" "google" { realm = keycloak_realm.realm.id client_id =...
Right now, the support for setting scopes on the realm level is incomplete, see https://github.com/mrparkers/terraform-provider-keycloak/issues/470. I'll leave this issue up for the time being. I don't personally have the bandwidth...
@paulvollmer feel free to pick it up if you want to work on it, I appreciate the help!