Home ยป authorization
I discussed in my previous post on workload identity and dived into how it works in AKS (Azure Kubernetes Service). In this post I will…
As applications are moved to the cloud, the application workload hosted on virtual machines need to interact with cloud resources. For this, we need an…
Background There are many benefits of using OIDC to authenticate to kube-api server, especially with multiple clusters that need consistent log-in experience. With the last…
I wrote a brief on this topic a while back. Now I need to configure OIDC in a few occasions I decide to dive deeper…
There are numerous options to build a Kubernetes cluster. If your company has a multi-cloud strategy, most likely you will have to deal with cluster…
My previous blog discussed as service mesh what Istio can offer in terms of authentication and authorization capabilities. Istio can authenticate an incoming HTTP request,…