eks-auth-proxy icon indicating copy to clipboard operation
eks-auth-proxy copied to clipboard

A reverse proxy for authenticating access to a K8s API hosted on EKS with a third party login.

Results 4 eks-auth-proxy issues
Sort by recently updated
recently updated
newest added

I updated from a much older version to v1.8.8, and now it does not appear that eks-auth-proxy forwards requests to the proxied server anymore. It does authenticated with the backend...

Bumps [jose](https://github.com/panva/jose) from 4.8.3 to 4.13.1. Release notes Sourced from jose's releases. v4.13.1 Fixes workerd: avoid "The script will never generate a response" edge cases completely (96a8c99), closes #355 #509...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

When a user logs in via OIDC, the user presents a JSON Web Token (JWT) that includes "claims". The Kubernetes API allows you to configure [the name of the `group`...