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

Include '*.mesh.cilium.io' in 'clustermesh-apiserver''s server certificate. #17027

Merged
merged 2 commits into from
Aug 10, 2021
Merged

Include '*.mesh.cilium.io' in 'clustermesh-apiserver''s server certificate. #17027

merged 2 commits into from
Aug 10, 2021

Commits on Aug 9, 2021

  1. helm: add '*.mesh.cilium.io' to the list of SANs

    Currently, the server certificate generated by Helm for
    'clustermesh-apiserver' doesn't include '*.mesh.cilium.io', which is
    used alongside host aliases when establishing a cluster mesh. This
    commit addresses that by adding said domain to the list of SANs.
    
    Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
    bmcustodio committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    fb72fa7 View commit details
    Browse the repository at this point in the history
  2. helm: use 'quay.io/cilium/certgen:v0.1.5'

    Related to the previous commit, v0.1.5 of 'cilium/certgen' adds
    '*.mesh.cilium.io' to the list of SANs for the server certificate
    generated for 'clustermesh-apiserver'.
    
    Signed-off-by: Bruno Miguel Custódio <brunomcustodio@gmail.com>
    bmcustodio committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    fe51409 View commit details
    Browse the repository at this point in the history