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

Access kubeflow from path "/kubeflow" instead of "/" #97

Open
bharath-krishna opened this issue Sep 29, 2022 · 1 comment
Open

Access kubeflow from path "/kubeflow" instead of "/" #97

bharath-krishna opened this issue Sep 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@bharath-krishna
Copy link

Is this a bug report or feature request?

  • Feature Request

What should the feature do:
Change kubeflow context path from "/" to "/kubeflow" or anything else

What is use case behind this feature:
There will be many services deployed in a kubernetes cluster which are accessed from "/" path. When kubeflow is deployed it takes "/" path and forwards all the requests to dex authentication.

It would better to change kubeflow path accessible to from "/kubeflow" and leave other apps accessible from "/" path

Additional Information:
If this feature is already available please direct me to its docs.

Thank you

@bharath-krishna bharath-krishna added the enhancement New feature or request label Sep 29, 2022
@edwardzjl
Copy link
Contributor

I think it's kubeflow's issue, not oidc-authservice's, as oidc-authservice is only for authentication.

On the kubeflow side, I think they did not provide an easy way to deploy the whole kubeflow under some sub path.

For example, notebook-controller will spawn notebooks under /notebook/, there's no way to customize this behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants