-
Notifications
You must be signed in to change notification settings - Fork 353
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
Enable Https using TLS #1421
Comments
I don't understand what you mean:
You have to provide certificates and keys if you want to use TLS termination in skipper or if you want to connect with client certs to some backend. |
@appu-sm do you mean TLS from skipper to pods in kubernetes? |
I think @appu-sm means the tls secret name set in the ingress resource. See my comment in #851 (comment) |
@arnisoph the spec.tls can be done if we can do in process cert/key rotation. secrets in a projected volume could be used to deliver the secrets as files to skipper process, but we need to update the https listener and right now we don't do this. |
Why HTTPS support is not provided, from the pod logs i can see "TLS settings not fond, defaulting to http" but i couldn't find any option or document to enable HTTPS. Will this feature be included or not?
The text was updated successfully, but these errors were encountered: