• k8s-merge-robot's avatar
    Merge pull request #28036 from ericchiang/oidc-auth-plugin-dont-error-if-provider-is-unavailable · 038ac428
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    oidc auth plugin: don't hard fail if provider is unavailable
    
    When using OpenID Connect authentication, don't cause the API
    server to fail if the provider is unavailable. This allows
    installations to run OpenID Connect providers after starting the
    API server, a common case when the provider is running on the
    cluster itself.
    
    Errors are now deferred to the authenticate method.
    
    cc @sym3tri @erictune @aaronlevy @kubernetes/sig-auth
    038ac428
Name
Last commit
Last update
..
authn.go Loading commit data...