Keycloak tip: disabling the review profile step when using twitter as an identity provider

If you are using twitter as identity provider in Keycloak, like we do in imager200, you may have encountered an annoying little gotcha when the user logs in for the first time: the review profile form appears as an additional registration step in case the user name contains only a single word (frequent when the twitter account belongs to a company or an organization...).

Devops tips: using the minikube registry addon for a faster container image lifecycle

You may have encountered situations where you have to push and pull container images frequently when developing locally using minikube. We did too in imager200. Imagine that your container images are a few hundreds of megabytes, and your internet connection is not that fast, how would your dev lifecycle be like if you are pushing your image to a remote registry like Github or AWS ?