-
Notifications
You must be signed in to change notification settings - Fork 25
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
Per-Project Authorization #235
Comments
blocked by #202 |
Wouldn't it be good start the coderadar platform in 'private mode' to prevent random users to log in before the intended platfromadmin and get admin permissions? This way the intended platformadmin could grant public access to the platform after setting all configurations. |
I propose the following concept: Each user in Coderadar gets assigned to a team and has privilleges for that team (Member, Admin, etc.) What is everyone else's opinion on this? |
completed in #411 |
Implement the following roles:
PlatformAdmin - has read and write access to every project in coderadar and can also change general settings of coderadar.
ProjectAdmin - a ProjectAdmin can configure a repository/project, that is analyzed by coderadar. E.g. he can change the file patterns that should be analyzed.
ProjectUser - a ProjectUser has read-only access to the projects he is assigned to.
The first user who logs in is the platform admin of coderadar. He can create projects and has the permission to make any other user an admin. There must at least be one platform admin at any time.
The text was updated successfully, but these errors were encountered: