Managed Keycloak: Enterprise-Grade Identity Management zonder Operationele Overhead

keycloak
2025-11-05
By ContainerInfra
Het Dilemma: Identity Management Zelf Beheren of Uitbesteden? Identity en access management is cruciaal voor moderne applicaties. Je gebruikers moeten veilig kunnen inloggen, je applicaties moeten integraties hebben met identity providers, en je organisatie heeft behoefte aan single sign-on (SSO) en multi-factor authenticatie (MFA). Maar hoe implementeer je dit zonder dat het een operationele last wordt? Keycloak is de toonaangevende open source identity en access management oplossing, vertrouwd door duizenden organisaties wereldwijd.

Latest Posts

2021-07-31

Automating code review with reviewdog

Your time spend on code review should be optimized as much as possible. Automation is something that can help you with this, and detecting security bugs within go code can be done using tools such as gosec. This post looks into configuring reviewdog to assist in Gitlab Merge Request reviews using tools such as gosec.

Running Kubernetes on Gitlab CI

When you work on infrastructure, develop helm charts or simply want you run your tests in a more production like environment, running Kubernetes on your Gitlab CI may a good fit for you. Luckily, it’s only a little bit of configuration to set-up!

Using Packer for faster provisioning

As a frequent user of Terraform, I have a variety of modules tailored for different purposes, many of which rely on CentOS with a Docker install script. However, while demoing a setup to a co-worker, we encountered a significant delay — about seven minutes — for a Terraform apply to complete with an install script. Determined to improve this, I dedicated my Sunday to exploring Packer. Given my extensive use of Terraform, delving into Packer seemed like a natural next step.