kiwigrid / keycloak-controller

This controller manages Keycloak clients and realms over Kubernetes resources.
https://hub.docker.com/r/kiwigrid/keycloak-controller
MIT License
35 stars 13 forks source link

feat(keycloak): upgrade keycloak from 9 to 11 #24

Closed patrickleet closed 4 years ago

patrickleet commented 4 years ago

BREAKING CHANGE: Major version change of Keycloak

patrickleet commented 4 years ago

https://www.keycloak.org/docs/latest/release_notes/

patrickleet commented 4 years ago

I did not test this manually, just let CI run

patrickleet commented 4 years ago

any updates on this @rpahli?

axdotl commented 4 years ago

Hi @patrickleet, we're thinking about how to verify that this and upcoming changes of keycloak major versions will be downward compatible. So we've to create an integration test setup which allows us to test with different keycloak versions. That's why we're currently slow on this issue.

patrickleet commented 4 years ago

No worries - using 9 for now - thanks for the project! I'm subscribed to the issue :)

patrickleet commented 4 years ago

any updates @axdotl ?

monotek commented 4 years ago

@axdotl is not working for @kiwigrid anymore. I guess we have to wait for @rpahli to jump in.

monotek commented 4 years ago

@patrickleet I've started to implement some tests in https://github.com/kiwigrid/keycloak-controller/pull/27. Needs some work though. Could yo uplease rebase and update to keycloak 11?

patrickleet commented 4 years ago

rebased and updated! I see lot's of new tests, good job!

monotek commented 4 years ago

Damn, i forgot that we can't use docker secrets in pull requests :/ Have to look for a workaround and also improve the last test...

monotek commented 4 years ago

@patrickleet pat

I've fixed the docker problem. Please rebase again.

I talk to @rpahli tomorrow, if we want to test other stuff too...

patrickleet commented 4 years ago

@monotek done