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

Upload certificate to Certificate Library for virtual service HTTPS #379

Open
srekkas opened this issue Aug 22, 2024 · 0 comments
Open

Upload certificate to Certificate Library for virtual service HTTPS #379

srekkas opened this issue Aug 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@srekkas
Copy link

srekkas commented Aug 22, 2024

Is your feature request related to a problem? Please describe.

SSL termination is done at envoy pod, then internal nginx ingress passthrough request to envoy pods by DNS fqdn. Certificate is generated by cert-manager. Cert is used for mTLS authentification. This setup works on Openshift with its HAPROXY passthrough route (as ingress).
And client IP preserving is needed. On VCD X-Forwarded-For works for HTTP virtual service.
For HTTPS virtual service i don't know, you need certificate, but how to manage short lived certificate in VCD certificate library?

If SSL passthrough with annotation disables appProtocol. So LB is created as L4 even service port have appProtocol: http/s
service.beta.kubernetes.io/vcloud-avi-ssl-no-termination: "true"

Describe the solution you'd like

If it solves anything, make upload certificate secret to Certificate library using some annotation

Describe alternatives you've considered

Use "Preserve Client IP" but it is needs AVI stack redeployment and another can of worms :)

Additional context

No response

@srekkas srekkas added the enhancement New feature or request label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant