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

API server auth #138

Closed
IceKhan13 opened this issue Jan 26, 2023 · 3 comments · Fixed by #235
Closed

API server auth #138

IceKhan13 opened this issue Jan 26, 2023 · 3 comments · Fixed by #235
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@IceKhan13
Copy link
Member

IceKhan13 commented Jan 26, 2023

What is the expected behavior?

Add authentication to KubeRay API server.

As API server is a simple HTTP endpoint we can probably reuse same sidecar proxy here too #137

Epic #105

@IceKhan13 IceKhan13 added the enhancement New feature or request label Jan 26, 2023
@IceKhan13 IceKhan13 added this to the 0.2 milestone Jan 26, 2023
@akihikokuroda
Copy link
Collaborator

The kuberay api-server helm chart doesn't have a hook for the side car container. It is not managed by any operator so the deployment can be patched during install for now. I'll work to create a PR in the kuberay repo to add the hook into the helm chart.

@akihikokuroda
Copy link
Collaborator

I created a PR updating the helm chart of the apiserver for the sidecar in Kuberay. ray-project/kuberay#920

@akihikokuroda
Copy link
Collaborator

I'm going to enable "Client Credentials Grant" in OAuth2 specification for the apiserver.

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

Successfully merging a pull request may close this issue.

2 participants