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

⚠️ Adds TLS options to managers #7483

Merged
merged 1 commit into from
Nov 7, 2022

Commits on Nov 7, 2022

  1. Adds TLS options to managers

    This patch introduces two new flags to configure TLS options on the
    managers:
    1. --tls-min-version which is used to set the minimum TLS version in use
       by the webhook server.
    2. --tls-cipher-suites which is used to set the TLS cipher suites in use
       by the webhook server.
    
    The minimum TLS version defaults to 1.2
    
    Signed-off-by: Sagar Muchhal <muchhals@vmware.com>
    srm09 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    3ad56fa View commit details
    Browse the repository at this point in the history