Some time ago, I did a webinar about the RedHat Service Mesh, which is based on Istio. For this webinar, I prepared a demo application. Among other things, I wanted to show how to do the authentication with JWT token in general and, more specific, with Keycloak. This article will describe how to configure Keycloak. In the second article, I will show you what problems I encountered running the application in Istio and how I figured out what was wrong in my configuration. You can find the article here
Author: | Olaf Meyer |
---|---|
Tags: | openshift, kubernetes, istio, keycloak |
Categories: | development |
In the article, I’m going to describe what we can do, if we configured our application to use Istio, but it is not working like intended. Originally, I wanted to give a detailed description what problems I encountered during the creation of my webinar and how I fixed them. However, I came to a point where this would be a very long one. I hope that you don’t mind that I shortened it and just describe which tools are available to debug
the Istio configuration. In my previous article I described how to configure Keycloak for my webinar. So without further ado, let’s start.
Author: | Olaf Meyer |
---|---|
Tags: | openshift, kubernetes, istio, keycloak |
Categories: | development |