-
Notifications
You must be signed in to change notification settings - Fork 893
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
SSL enabled domain gives: RBAC access denied #2940
Comments
Hello, the easiest way is to just put a Kubernetes ingress in front of the istio-ingressgateway service and terminate TLS there. If you do not want that you can add the information and certificates directly to istio-ingressgateway service and change it to type loadbalancer. Why do you want to modify the virtual service in the first place? Check whether you can add the certificates to kubeflow-gateway. And after all you should document it here such that other users will benefit as well. |
Hi @juliusvonkohout Thank you for responding on this. |
Done @juliusvonkohout , Thanks. Adding the steps here if anybody needs it may help. |
Steps to Enable SSL on kubeflow/manifests by placing an Ingress before Istio Gateway:
|
Validation Checklist
Version
1.9
Describe your issue
Hello guys,
I deployed kubeflow v1.9.1-rc.3 on on-premise servers using k3s.
I have added ssl for istio and certs are working fine, but I am facing an issue while accessing dashbaord
Error:
url: https://domain.com/oauth2/start?rd=%2F
error message:
upstream connect error or disconnect/reset before headers. reset reason: connection termination
Visrtual Service for https:
Please guide on this what I am doing wrong here.
If I remove this Virtualservice
Thanks in advance.
Steps to reproduce the issue
Put here any screenshots or videos (optional)
No response
The text was updated successfully, but these errors were encountered: