How to expose Kubernetes OIDC JWKS endpoints
1 gawsoft 1 7/27/2025, 4:09:20 AM gawsoft.com ↗
Comments (1)
gawsoft · 5h ago
Kubernetes supports OIDC authentication, enabling identity integration with other platforms or systems, where you can authenticate kubernetes jwt tokens. However, there's a hidden challenge with securely exposing the OIDC discovery endpoints (i.e. /.well-known/openid-configuration and /openid/v1/jwks) from the Kubernetes API Server and also preventing anonymous access.