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

Conversation

hbagdi
Copy link
Member

@hbagdi hbagdi commented Dec 9, 2019

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

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 hbagdi merged commit 9bd6a8c into master Dec 13, 2019
@hbagdi hbagdi deleted the feat/upstream-tls branch December 13, 2019 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: support for upstream client authentication
1 participant