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

Add proxy_ssl_* directives #4327

Merged
merged 4 commits into from
Aug 18, 2019
Merged

Add proxy_ssl_* directives #4327

merged 4 commits into from
Aug 18, 2019

Commits on Jul 18, 2019

  1. Add proxy_ssl_* directives

    Add support for backends which require client certificate (eg. NiFi)
    authentication. The `proxy-ssl-secret` k8s annotation references a
    secret which is used to authenticate to the backend server. All other
    directives fine tune the backend communication.
    
    The following annotations are supported:
    * proxy-ssl-secret
    * proxy-ssl-ciphers
    * proxy-ssl-protocol
    * proxy-ssl-verify
    * proxy-ssl-verify-depth
    leki75 committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    def13fc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Add e2e tests for proxyssl

    leki75 committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    8a2a0e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    65b9e2c View commit details
    Browse the repository at this point in the history
  2. Change PemSHA to CASHA

    leki75 committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    4624b5b View commit details
    Browse the repository at this point in the history