mrparkers / terraform-provider-keycloak

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

feat: add keycloak_realm_keystore_custom resource #937

Open rruxandra opened 4 months ago

rruxandra commented 4 months ago

This feature introduces the capability to create and manage custom Realm keystores within Keycloak.

Currently, this provider only supports configuring keystores defined in the Keycloak core, leaving out those defined in extensions. This limitation prevents users from fully leveraging the provider's capabilities to manage their Keycloak infrastructure, as they are unable to configure all keystores uniformly through Terraform.

tboerger commented 2 weeks ago

Any chance to get this merged and published? I'm currently really in the need to get a rsa-enc-generated key but am unable to provide it.

rruxandra commented 2 weeks ago

Any chance to get this merged and published? I'm currently really in the need to get a rsa-enc-generated key but am unable to provide it.

@mrparkers, what do you think?

tboerger commented 2 weeks ago

Since this repo doesn't receive lot of merged as mrparkers doesn't use keycloak anymore I'm currently discussing an active fork with my boss where I would include this contribution.