Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

SSL as a Reverse Proxy on Nginx Controller ? #884

Closed
joncak opened this issue May 2, 2016 · 1 comment · Fixed by #1104
Closed

SSL as a Reverse Proxy on Nginx Controller ? #884

joncak opened this issue May 2, 2016 · 1 comment · Fixed by #1104

Comments

@joncak
Copy link

joncak commented May 2, 2016

Hi, i'm using the nginx and GCE official ingress controllers, but the reverse fot the backend service is http only, it is posible a proxy pass with https support or maybe using the redirect.

proxy_redirect http://localhost:8080 https://secure.domain.com;

@aledbf
Copy link
Contributor

aledbf commented Jun 1, 2016

@joncak this is being implemented in the nginx ingress controller (#1104) using the annotation
ingress.kubernetes.io/secure-upstream: "true" in the ingress rule.
This assumes the service is running with https.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants