We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to use ingress with an external url, rather than one that routes to a service in k8s?
The text was updated successfully, but these errors were encountered:
@ajohnstone currently this is not posible but we can add this feature
Sorry, something went wrong.
I currently do the following with a custom template and pods. oauth-auth-proxy -> ingress-nginx -> aws elastic search kibana
oauth-auth-proxy -> ingress-nginx -> aws elastic search kibana
However would like to move it to use the new external-auth thats been added.
@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
@ajohnstone this was implemented in #629 using a service type=ExternalName. Please check the example in the PR.
type=ExternalName
No branches or pull requests
Is it possible to use ingress with an external url, rather than one that routes to a service in k8s?
The text was updated successfully, but these errors were encountered: