terraform-provider-keycloak icon indicating copy to clipboard operation
terraform-provider-keycloak copied to clipboard

Terraform provider for Keycloak

Results 237 terraform-provider-keycloak issues
Sort by recently updated
recently updated
newest added

Hello, As you did it for the OIDC provider with the block _extra_config_ it might be interesting to do the same for the SAML provider in order to set for...

I'm trying to replicate an Identity Provider Mapper configuration I have where I import the `avatar_url` field from my `github` idp, but it seems like only `saml` and `oidc` are...

@mrparkers, first of all thank you very much for this great provider! Actually I never used a provider before where importing existing stuff and including new resources worked that flawlessly!...

enhancement

In PR #464 we introduced support for the configuration of client scopes on realm level. As it turned out this was not complete and needs to be reworked. - [`clientScopes`](https://github.com/keycloak/keycloak/blob/eacc95b6998cd16d8a0574660946ee7d8727b527/core/src/main/java/org/keycloak/representations/idm/RealmRepresentation.java#L147)...

The doc is missing for the `authentication_subflow` resource.

Hi, In our project keycloak instance is provisioned by terraform. At that time a random admin password is created. I want to use this password to initialize mrparkers/keycloak provider. Here...

Added `issuer` and `sync_mode` attributes for `keycloak_oidc_identity_provider` resource.

I want to set `Authorization Enabled` in the`keycloak_openid_client` settings to `true` when creating an`keycloak_openid_client` resource. [The documentation](https://mrparkers.github.io/terraform-provider-keycloak/resources/keycloak_openid_client/) didn't have that setting. Looking at the keycloak API reference, the "AuthorizationServicesEnabled" setting...

This package has only oidc and saml client support, but requested to have docker-v2 protocol client support.

enhancement
good first issue

Hello, I tried to create a resource-based permission, based on a resource type with the following code : ![image](https://user-images.githubusercontent.com/57065741/97593550-146ee200-1a02-11eb-9570-2e92497274ce.png) And I got the error : ![image](https://user-images.githubusercontent.com/57065741/97593751-454f1700-1a02-11eb-98ac-15b7aee9dedf.png) Why is-it talking about...