Home ยป oidc
Earlier this year, I had to integrate an application with an identity provider. Both claim to be compliant with Open ID Connect. But when they…
Background A few month back a client of mine wanted to use GitLab pipeline to deploy infrastructure on AWS with Terraform. The key question is…
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…
Istio service mesh allows application developers to offload non-core features to infrastructure layer. We explored authentication and authorization with Istio in a basic lab. In…