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

feat: upstream client certificate for each service #483

Merged
merged 1 commit into from
Dec 13, 2019
Merged

Commits on Dec 9, 2019

  1. feat: upstream client certificate for each service

    Kong can present a client certificate during a TLS handshake to the
    upstream service. This is configurable for each service in Kong (each
    kubernetes service maps to a service in Kong).
    
    Users can use `configuration.konghq.com/client-cert` annotation on the
    service resource in k8s to specify the secret which should be used by
    Kong for client authentication.
    
    Fix #348
    hbagdi committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    9619a6f View commit details
    Browse the repository at this point in the history