You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is it possible now to see who modified (add/delete/removed parts) of paths and which ones?
@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.
cc: @garfiec @djrenfro
The text was updated successfully, but these errors were encountered: