In Kubernetes Context is used to group all access parameters for a specific cluster under a convenient name in a kube config file. You can have multiple […]
A good practice if you expose something from your local network to internet is to go through service like Cloudflare, so you get extra protection. This way […]
So far I have been using only Docker Desktop and the Kubernetes provided with it. It is good enough for development, but I wanted to expose my […]
I just received my first Synology NAS (so far I have used asustor) and decided to set it up. Since so far I got only two disks […]
All identity providers are flexible and allow you to add custom claims in the issued access token. IdentityServer4 is no different in this scenario. Here is a […]
You need sometimes IdentityServer 4 to interact with other services and to need information from them. And in many cases the same instance of the IdentityServer is […]
PlantUML is a great … I will call it tool for creating so many different diagrams – Sequence, Usecase, Class, State, Deployment and more. It allow to […]
After fixing the 502 Bad Gateway issue I hit another one. Here is the exception I have from the logs HTTP POST /signin-oidc responded 500 in 77.6515 ms System.Exception: An error was encountered while […]
It was time to run the Identity Server 4 with the rest of the microservices in the Kubernetes cluster on a dedicated machine. I am running single […]
In my previous for Nginx and Nginx Proxy Manager (NPM), I wrote on how to install NPM, but didn’t configure any certificates. Out of the box Nginx […]
Lately I have started playing with Kubernetes and wanted to expose some of the locally hosted services on internet. The situation is that I want to expose […]
Wouldn’t be nice to have a place to test some quick things with C# in Jupyter Notebook? You can do it now! In the beginning of February […]