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

[Jupyter] Add RBAC #85

Merged
merged 13 commits into from
Dec 3, 2023
Merged

[Jupyter] Add RBAC #85

merged 13 commits into from
Dec 3, 2023

Conversation

eliyahu77
Copy link
Contributor

No description provided.

@eliyahu77 eliyahu77 requested a review from alonmr November 30, 2023 14:10
Copy link
Member

@alonmr alonmr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few comments

@alonmr alonmr changed the title add role and rolebinding to jupyter and default serviceacccount [Jupyter] Add RBAC Nov 30, 2023
eliyahu77 and others added 6 commits November 30, 2023 21:30
Co-authored-by: Alon Maor <48641682+alonmr@users.noreply.github.com>
Co-authored-by: Alon Maor <48641682+alonmr@users.noreply.github.com>
Co-authored-by: Alon Maor <48641682+alonmr@users.noreply.github.com>
Co-authored-by: Alon Maor <48641682+alonmr@users.noreply.github.com>
Co-authored-by: Alon Maor <48641682+alonmr@users.noreply.github.com>
@eliyahu77 eliyahu77 requested review from quaark and theSaarco December 3, 2023 08:35
@quaark quaark merged commit fb29edd into mlrun:development Dec 3, 2023
1 check passed
Copy link
Member

@theSaarco theSaarco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's a change needed, see comments.

name: jupyter-role-binding
subjects:
- kind: ServiceAccount
name: {{ .Values.jupyterNotebook.serviceAccount.name }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if .Values.jupyterNotebook.serviceAccount.name is empty? The user may ask to create but not provide a name (by mistake or not). Should we use a default name here in that case?

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

Successfully merging this pull request may close these issues.

4 participants