mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
This change updates the OIDC authenticator code to use a subset of the dynamiccertificates.CAContentProvider interface to provide the root CA bytes. This removes the hard dependency on a file based CA and makes it easier to use this code as a library. Signed-off-by: Monis Khan <mok@vmware.com>