
Implementing authentication and authorization for a Kubernetes application — the easy way
Ever wanted to restrict access to your Kubernetes App to authenticated Google users without writing a single line of code in your application ? Fantastic ! That’s what we are going to learn today using OAuth2Proxy. First we will deploy nginx. It’s gonna represent the application we want to secure the access to. Then we will create a OAuth Client in Google API. Finally we will configure OAuth2Proxy to handle the authentication for us. Sounds great ? Let’s dive in ! ✨ ...