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

Add roles for Users ( viewer, editor / admin) ? #195

Open
Jultom opened this issue Feb 9, 2021 · 2 comments
Open

Add roles for Users ( viewer, editor / admin) ? #195

Jultom opened this issue Feb 9, 2021 · 2 comments

Comments

@Jultom
Copy link

Jultom commented Feb 9, 2021

  1. Is it possible to add user roles? Using ODO on a based(central) server and randomly users are modifying / deleting paths, and you cannot block this. When you want to try a path, there could be inconsistencies. With roles, only certain users could edit paths.
  2. Is it possible now to see who modified (add/delete/removed parts) of paths and which ones?

cc: @garfiec @djrenfro

@garfiec
Copy link
Member

garfiec commented Feb 10, 2021

@Jultom There's currently no support of user roles in Odo though I might consider adding it in the future.

What you can do for now instead is put Odo behind a Apache or Nginx reverse proxy with a OIDC plugin to secure the application. The front-end interfaces with the REST endpoint anyway, so you can secure certain paths by requiring specific roles. For example, you can secure /api/edit/server with an edit role.

@garfiec
Copy link
Member

garfiec commented Feb 10, 2021

If you're looking to implement this feature into Odo directly, you're welcome to open a PR on that too!

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

2 participants