1.0.0-beta-1 is released!
4 Likes
The normal integration tests are running again, but there is also a complete scenario test, that relies on an external docker image gunnaraccso/camunda-showcase-keycloak
This container seems to be a standard Keycloak container - but with a predefined setup of users and groups. It should be possible to create such a container on the fly by using a realm.json
similar to operaton-keycloak/examples/sso-kubernetes/src/test/resources/camunda-realm.json at master · operaton/operaton-keycloak · GitHub in the SSO sample’s unit test.
The prefilled Keycloak instance is used within the examples in order to have an easy and reproducable showcase setup - it should not be part of any automated test.