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

external-url? #465

Closed
ajohnstone opened this issue Mar 17, 2017 · 4 comments
Closed

external-url? #465

ajohnstone opened this issue Mar 17, 2017 · 4 comments
Labels

Comments

@ajohnstone
Copy link
Contributor

Is it possible to use ingress with an external url, rather than one that routes to a service in k8s?

@aledbf
Copy link
Member

aledbf commented Mar 29, 2017

@ajohnstone currently this is not posible but we can add this feature

@ajohnstone
Copy link
Contributor Author

I currently do the following with a custom template and pods.
oauth-auth-proxy -> ingress-nginx -> aws elastic search kibana

However would like to move it to use the new external-auth thats been added.

@aledbf
Copy link
Member

aledbf commented Mar 29, 2017

@ajohnstone please check this example https://github.com/kubernetes/ingress/tree/master/examples/external-auth/nginx

ingress-nginx -> oauth-auth-proxy -> aws elastic search kibana

@aledbf
Copy link
Member

aledbf commented Apr 22, 2017

@ajohnstone this was implemented in #629 using a service type=ExternalName. Please check the example in the PR.

@aledbf aledbf closed this as completed Apr 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants