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

chart: generate a CA cert with certmanager for hubble tls generation #24505

Closed
wants to merge 2 commits into from

Commits on Mar 27, 2023

  1. chart: fix hubble tls generation with certmanager

    When hubble tls auto method is set to certmanager with no issuer ref,
    generate the CA certificate using a self-signed issuer and use this CA
    for the hubble issuer.
    Add missing server auth usage for hubble server certificate and client
    auth usage for hubble-relay.
    
    Previous behavior was to generate the CA certificate using helm which
    was confusing with the method set to certmanager.
    
    Fixes: cilium#24500
    
    Signed-off-by: Valentin Flaux <valentin_flaux@connect-tech.sncf>
    vflaux committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    65404d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. fixup! chart: fix hubble tls generation with certmanager

    Signed-off-by: Valentin Flaux <valentin_flaux@connect-tech.sncf>
    vflaux committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    63d9843 View commit details
    Browse the repository at this point in the history