Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for certificate bound OIDC access tokens -- RFC8705 #354

Open
alegacy opened this issue Jan 14, 2025 · 0 comments
Open

Add support for certificate bound OIDC access tokens -- RFC8705 #354

alegacy opened this issue Jan 14, 2025 · 0 comments

Comments

@alegacy
Copy link

alegacy commented Jan 14, 2025

To support operating in environments that require mTLS and enhanced levels of security validation on OIDC access tokens it would be helpful to add support for RFC8705 (certificate bound access tokens) [0].

Acquiring the client certificate details should either be done locally (if the TLS session is terminated on kube-rbac-proxy directly), or remotely (if the TLS session is terminated on an ingress proxy ahead of kube-rbac-proxy). If acquired remotely the the ingress proxy should support RFC9440 (Client-Cert Header Field) [1] or kube-rbac-proxy should make an attempt at supporting implementations that pre-date the RFC [2]

Depends on #353

[0] See: https://datatracker.ietf.org/doc/html/rfc8705
[1] https://datatracker.ietf.org/doc/html/rfc9440
[2] haproxy/haproxy#2235

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant