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

feature: allow overriding tls config based on client hello #3303

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 8, 2024

  1. add method to get tls config based on client hello

    * This method allows looking up custom config based on client hello
    * Expand certificate registry type to allow for both certs and config
    rickhlx committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b30d93f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35391e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    43dd917 View commit details
    Browse the repository at this point in the history
  2. allow client auth types to be set from ingress annotation

    * Create function to parse client auth from annotation
    * Set tls config when adding tls spec from ingress
    * functions to parse and add configs to registry
    rickhlx committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    4c74244 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. feat: use tls GetConfigForClient on certregistry

    * Store tls.Config in registry to allow for certs and config to be stored
    * Refactor registry to handle setting configs with hash for comparison
    * Only ClientAuth and certs can be set with option for more tls configs
    rickhlx committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f8a2489 View commit details
    Browse the repository at this point in the history