Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for RealmEvents and Realm UserProfile #154

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

b509
Copy link
Contributor

@b509 b509 commented Aug 28, 2024

Description of your changes

Add support for keycloak_realm_events and keycloak_realm_user_profile

I have:

  • Read and followed Crossplane's [contribution process].
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Tested it on my local k3d instance with default keycloak (https://github.com/codecentric/helm-charts/tree/master/charts/keycloakx).

Known issue

During testing I discovered that when creating the UserProfile resource from scratch in an incorrect way (e.g. removing the attribute "username" or "email"), it is shown as synced and ready in K8s, but not actually reflected in Keycloak. This is resolved by adding the missing attribute. Then it is correctly reflected in Keycloak (and K8s). If one then applies the resource in the initial invalid state again, it is correctly shown as non-synced in K8s.
Probably an issue with the terraform provider.

@b509 b509 marked this pull request as ready for review August 28, 2024 08:44
@Breee
Copy link
Collaborator

Breee commented Aug 28, 2024

lgtm

@Breee Breee merged commit 245c970 into crossplane-contrib:main Aug 28, 2024
7 checks passed
@Breee
Copy link
Collaborator

Breee commented Aug 28, 2024

https://github.com/crossplane-contrib/provider-keycloak/releases/tag/v1.3.0 should be read to roll in a few minutes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants