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

Allow CSR that contains either IP or DNS as SANs #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 29, 2020

  1. Allow CSR that contains either IP or DNS as SANs

    In some environments, kubelet may only send IP addresses or DNS
    address as SANs in CSR. For example, kubelet which starts with
    `--hostname-override=IP_ADDRRES` only sends IP addresses.
    So we should allow this CSR.
    yuanying committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    d5f08cd View commit details
    Browse the repository at this point in the history