-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Conversation
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
Welcome @leki75! |
Hi @leki75. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @ElvinEfendi |
/ok-to-test |
/test pull-ingress-nginx-test |
Codecov Report
@@ Coverage Diff @@
## master #4327 +/- ##
=========================================
Coverage ? 59.09%
=========================================
Files ? 89
Lines ? 6930
Branches ? 0
=========================================
Hits ? 4095
Misses ? 2402
Partials ? 433
Continue to review full report at Codecov.
|
@leki75 please add e2e tests |
Added end-to-end test |
/test pull-ingress-nginx-test |
/test pull-ingress-nginx-e2e-1-12 |
/test pull-ingress-nginx-lualint |
/test pull-ingress-nginx-test-lua |
/lgtm |
@leki75 thanks! |
/retest |
/retest |
/lgtm It'd be great to have configmap counterparts of these annotations. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, ElvinEfendi, leki75 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Add support for backends which require certificate authentication (eg. NiFi). The
proxy-ssl-secret
k8s annotation references a secret which is used to authenticate to the backend server. All other directives fine-tune backend communication.Special notes for your reviewer:
The following annotations are supported: