In this blog post I want to show, how to create a new realm with Keycloak REST API 20.0.1. The Keycloak API has changed and my older blog post How to create a new realm with the Keycloak REST API? doesn’t work anymore for version 20.0.1. I automate the Keycloak realm creation for an example realm by using cURL in a bash script. First I created the blog post about Export a Keycloak (Version 20) realm and now I show the creation of an example realm in Keycloak. I took a look in the new Keycloak REST API documentation and into the Keycloak Node.js client. In this blog post I use an example realm I exported before, here is the link to the example-realm.
Open the door for root users in Red Hat OpenShift (example StatefulSet)
This "blog post"/"cheat sheet" is about "Open the door for root users in OpenShift (example StatefulSet)". The topic is in context of two blog posts I wrote called Run a PostgreSQL container as a non-root user in OpenShift and Open the door for root users in Red Hat OpenShift¶.
Open the door for root users in Red Hat OpenShift (example Deployment)¶
This "blog post"/"cheat sheet" is about "Open the door for root users in OpenShift". The topic is in context of an older blog post I wrote called Run a PostgreSQL container as a non-root user in OpenShift. Let's look for the opposite perspective this blog post.
Automated setup of an IBM Cloud App ID instance using a Bash script
This blog post contains some of the implementation details of an example Bash script to automate the setup for an IBM Cloud App ID service instance. For details, visit this GitHub project.
Use of “Quarkus Security OpenID Connect Multi Tenancy” in an own small example
That blog post is about the usage of the "Quarkus Security OpenID Connect Multi Tenancy" implementation in an own small example, how to extract a tenant and reconfigure OIDC configuration for Keycloak.
(Outdated) How to setup a self-signed SSL certificate for a Cloud Foundry application on IBM Cloud
This blog post is about, how to setup a self-signed SSL certificate for an encrypted (https) communication with a Cloud Foundry application on IBM Cloud, if you are at a Hackathon.
How to get a technical fast start with white box security testing using SonarQube?
This short blog post is about my perspective related to, how to get technical started with white box security testing, when you use SonarQube.
Start with CICD using the Cloud Native Toolkit from the IBM Garage
Today's blog post is about the awesome IBM Garage Cloud Native Toolkit to support continuous integration and continuous delivery (CICD).
What do you think about the OWASP web application security top ten as a developer?
I like the OWASP Top Ten for "developers" charts. From my point of view, it gives an awesome advice, where to start or helps to take care and remember what you maybe already know about web security implementation. From my side it feels a bit like "rub salt into the wound" of a developer soul, isn't it so?
How to create a new realm with the Keycloak REST API?
In this blog post I want to show, how to create a new realm with Keycloak REST API (Version 10) , because later I want to automate the Keycloak realm creation for a workshop using curl in a bash script. The Keycloak REST API has changed a bit, here is a related blog post for... Continue Reading →
