Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Accept client certificates from an authn/authz plugin #205

Merged
merged 1 commit into from
Jul 30, 2020

Commits on Jul 23, 2020

  1. Accept client certificates from an authn/authz plugin

    (Plugin interface reference: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#input-and-output-formats)
    
    When handling the response from the authn/authz plugin, `token` will be used if provided, which maintains current behaviour. Newly added is handling `clientCertificateData`: if it is present, that certificate (and its key) will be used as provided by the plugin. (And any certificate/key pair provided via the `users` section of the configuration file will be ignored.)
    greed42 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    b85aff2 View commit details
    Browse the repository at this point in the history