Tag: JWT (JSON Web Token)

  • Thumbnail for Authentication to kube-apiserver via OIDC

    Authentication to kube-apiserver via OIDC

    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…

    Read
  • Thumbnail for OAuth 2.0 and OIDC 2 of 2

    OAuth 2.0 and OIDC 2 of 2

    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…

    Read
  • Thumbnail for Istio External Authorization via OIDC

    Istio External Authorization via OIDC

    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…

    Read
  • Thumbnail for Istio Lab – Authentication and Authorization

    Istio Lab – Authentication and Authorization

    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,…

    Read
  • Thumbnail for Istio Authentication and Authorization

    Istio Authentication and Authorization

    Applications running on Kubernetes platform seeks to offload common non-business features to the platform. Istio helps Kubernetes bridge that gap. It can enforce mTLS communication,…

    Read