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

Design, implement, and validate the security model #7

Open
TomAugspurger opened this issue Nov 3, 2021 · 0 comments
Open

Design, implement, and validate the security model #7

TomAugspurger opened this issue Nov 3, 2021 · 0 comments

Comments

@TomAugspurger
Copy link
Collaborator

Our security model can be roughly defined as "users can do whatever they want in their namespace, and nothing outside of it".

We should

  1. Make that definition a bit more precise (does whatever they want include starting services, creating / mounting volumes, etc.? Or do we limit it just to Jobs? Jobs with certain properties (only one container, no unknown volumes, ...)?)
  2. Verify that it's a reasonable way to handle "multi-tenant" Kubernetes clusters, where one user shouldn't be able to see or modify another user's jobs / pods / etc.
  3. Actually implement it
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

No branches or pull requests

1 participant