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

Hi @mrparkers , I really appreciate your TF provider, it make managing KC installations so much easier! One thing that I currently miss are some additional attributes in `keycloak_openid_client`. In...

My project need to apply created client-scopes as default to automatically assign the client-scope to each newly created client

There is an API call to trigger the sending of emails to verify addresses, I think when the email address is set to "No" the resource should attempt to trigger...

Add resource keycloak_role_permissions to manage the policies to apply to each scopes.

hacktoberfest-accepted

Hi there, I'm trying to create an OID client with service authentication based on the resource `keycloak_openid_client` with the property `service_accounts_enabled` set to `true`. The service account Keycloak - however...

Using the client_credentials grant I have a HTTP 403 when the keycloak client tries to get the SeverInfo. In order to make the client works, I had to set the...

Hi, I'd like to terraform the creation of the identity provider, but I can't figure out how to create a mapper type "Username Template Importer" for an identity provider. ![image](https://user-images.githubusercontent.com/3854415/97025228-10e9df80-1558-11eb-888a-38dabbf18325.png)...

new resource

Hi ! I would like to set manually the realm ID, like: ``` resource "keycloak_realm" "realm_1" { id = "b2c07820-16de-4350-94d6-54d9f0796d2b" realm = "realm-1" enabled = true ... } ``` But...

Hi, "Frontend URL" attribute is missing in keycloak_realm resource.

Keycloak exposes several fields on realm keys: ``` { "1": { "providerId": "...", "providerPriority": 100, "kid": "...", "status": "ACTIVE", "type": "RSA", "algorithm": "RS256", "publicKey": "...", "certificate": "...", "use": "ENC" }...