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
apiserver
I deployed the kuberay api server behind an HTTPS enforced proxy. However, this breaks the swagger UI
See here: https://github.com/ray-project/kuberay/pull/1410/files#diff-a50ea34a29966148610d48f80f87b358d8f0042d414a478daf816162493d2e2d
I think we need to use window.location.protocol instead of hardcoding http:
window.location.protocol
http:
This is persistent
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Search before asking
KubeRay Component
apiserver
What happened + What you expected to happen
I deployed the kuberay api server behind an HTTPS enforced proxy. However, this breaks the swagger UI
Reproduction script
See here:
https://github.com/ray-project/kuberay/pull/1410/files#diff-a50ea34a29966148610d48f80f87b358d8f0042d414a478daf816162493d2e2d
I think we need to use
window.location.protocol
instead of hardcodinghttp:
Anything else
This is persistent
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: